MyBB Community Forums

Full Version: [Firebase] - Rin Shoutbox 0.4.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
(2020-06-08, 06:24 PM)maddymathan Wrote: [ -> ]Hi bro,


  After copy paste the rule in firebase is throughing the error. Pls help me on this. thanks.

hi,

what error?
please give me more detail.
Hi, just trying to install this mod, but isn't loading. site: mumakers.com
Could be because im only allowing CF IPs? Also some images are missing.

I followed all the steps, got all the keys, rechecked them and won't load.

Never mind, guess its because curl.
Hello martec,

Rin Shoutbox keeps saying "Invalid token or expired token", any idea?

Console Error here:
POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyArgMrcrMfTxTV0QhsGb57wR06WndhhTgU 400
(2021-01-02, 05:16 PM)Area Master Wrote: [ -> ]Hello martec,

Rin Shoutbox keeps saying "Invalid token or expired token", any idea?

Console Error here:
POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=AIzaSyArgMrcrMfTxTV0QhsGb57wR06WndhhTgU 400

this is first time to install or was this working and stopped working?

and check this post if this is not related issue https://community.mybb.com/thread-183528...pid1279822
(2021-01-03, 01:40 AM)martec Wrote: [ -> ]this is first time to install or was this working and stopped working?

This is the first time installation.

(2021-01-03, 01:40 AM)martec Wrote: [ -> ]and check this post if this is not related issue https://community.mybb.com/thread-183528...pid1279822

No, I double-checked Private key also.
Is this Token verification link correct?

https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=
(2021-01-03, 07:19 AM)Area Master Wrote: [ -> ]
(2021-01-03, 01:40 AM)martec Wrote: [ -> ]this is first time to install or was this working and stopped working?

This is the first time installation.

(2021-01-03, 01:40 AM)martec Wrote: [ -> ]and check this post if this is not related issue https://community.mybb.com/thread-183528...pid1279822

No, I double-checked Private key also.
Is this Token verification link correct?

https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyCustomToken?key=

I installed this plugin on localhost today if this plugin still works or not. And yes, it works.

To found Api Key, you need found Web API Key. Click in project settings on general tab.
[Image: iWiBjYj.png]
[Image: TEwIQce.png]

double check if not "space" before and end of key after paste api key in plugin setting.
(2021-01-03, 08:05 AM)martec Wrote: [ -> ]To found Api Key, you need found Web API Key. Click in project settings on general tab.
[Image: iWiBjYj.png]
[Image: TEwIQce.png]

double check if not "space" before and end of key after paste api key in plugin setting.

I found the problem. When I create a project I had to add the "Unique Identifier" without any dashes.
Then I had to add Authentication for my domain name of the forum. After that Shoutbox started working.

Thank you very much martec.
(2021-01-03, 08:39 AM)Area Master Wrote: [ -> ]I found the problem. When I create a project I had to add the "Unique Identifier" without any dashes.
Then I had to add Authentication for my domain name of the forum. After that Shoutbox started working.

Thank you very much martec.

I'm glad it's working.
Hi, martec,

Another issue just popup. I can send messages but have to refresh the page to see those messages. These are the errors shown in chrome console.


[Image: iIm9GJY.png]

[Image: tAIX4dx.png]
(2021-01-03, 09:21 AM)Area Master Wrote: [ -> ]Hi, martec,

Another issue just popup. I can send messages but have to refresh the page to see those messages. These are the errors shown in chrome console.


[Image: iIm9GJY.png]

[Image: tAIX4dx.png]

hi,
sorry for inconvenience...
probably incompatible with new version of jquery...

the follow replacement fix this issue

edit https://github.com/martec/Rin-Shoutbox/b....helper.js

find (line 117 and 127)

if(this.complete) $(this).load();

replace

if(this.complete) $(this).load(this.src);

edit https://github.com/martec/Rin-Shoutbox/b...r.guest.js

find (line 96)

if(this.complete) $(this).load();

replace

if(this.complete) $(this).load(this.src);
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13