SDK Update (11-02-2021)


Firebase SDK (6.0.0)-

  • Changed Property: databaseURL Code to databaseURL SubDomain-
    To set databaseURL SubDomain, copy the portion of databaseURL in your SDK data code between https:// and .firebaseio.com
    For example: https ://[COPY_THIS_PORTION_IN BETWEEN].firebaseio.com

Examples and Others (11-02-2021)-

  • Updated the Examples to support the new changes in the Firebase SDK plugin

Files

Firebase SDK (6.0.0).c3addon 7 kB
Feb 10, 2021
Examples and Others (11-02-2021).zip 737 kB
Feb 10, 2021

Get Firebase BASIC Plugins for Construct 3

Buy Now$16.00 USD or more

Comments

Log in with itch.io to leave a comment.

Hi Sparsha. Thanks for all your hard work.  I'm not sure if this is the right place for this question but here goes - I have a Construct 3 project set up using Firebase Realtime database and your plugins. I have a simple "read data custom" action firing every 2 seconds and updating an object based on the result. This is working in desktop browsers, android and an old ipad-  IOS 13.5.1, However in the latest IOS - 14.4, the ''read data custom'' action seems not to be firing. Can you please confirm if, as I suspect, the IOS update is causing the error and if so, if there's a fix? Thanks

(1 edit)

Hi, if it works on desktop browser, it should work on mobile browsers too.

Also try using some other actions at your "every 2 second condition" and check if these actions work properly. If not, it might be a Construct 3's bug.

However, I would suggest you to turn on the "Sync" option for Read Actions instead of reading every two seconds.

(Well, you can contact me via Discord as I get notifications when someone messages me there. https://discord.gg/9FG9M224K3 )

Hi Sparsha. Thanks for your reply. Yes it was confusing that it wasn't working on all platforms equally. Using the 'sync' option does seem to work however on iOS. There was a reason I was hoping to use 'every 2 seconds' but it would take some explaining! If I get stuck again I will reach out on discord. Thanks again for your help. Your plugin is great.