itch.io is community of indie game creators and players

Devlogs

Major Update (03-May-21)

Firebase BASIC Plugins for Construct 3
A browser Plugin Pack made in HTML5

Overall Common Changes-

  • Fixed Advanced Minify Errors
  • Updated Security


Firebase SDK (7.0.0)-

  • New Property: "Auto Load SDK"
    • This will Start Loading SDK before Start of Game.
    • This reduces loading time.
  • New Property: "Timeout"
    • Specifies a timeout after which, if Load Failed, retry Load SDK.
    • If "Auto Load SDK" is enabled- SDK will retry Load automatically.
    • If "Auto Load SDK" is disabled- Use condition "On Timeout" to detect load failure.
  • New Property: "Primary SDK Object"
    • Use only in case of Multiple Firebase Project Management. Otherwise, ignore this property.
    • Follow Example (Updated)- "Handling Multiple Firebase Project.c3p"
  • New Condition: "On Load Success"
    • Triggers on SDK Load Success.
    • Must be used even if "Auto Load SDK" is enabled.
    • Follow Examples (Updated)
  • New Condition: "On Timeout"
    • Triggers when SDK fails to load within the specified timeout.


Firebase RD-Basic (6.0.0)-

  • Fixed Bugs: Trigger Conditions fixed.


Examples  (03-May-21)-

  • New Example: "Debugging.c3p"
    • Shows how to Debug Firebase Projects.
  • Updated: "Handling Multiple Firebase Project (v3).c3p"
    • Changed to comply with the changes in the Firebase SDK Plugin.
  • Updated all examples to enable Auto Load SDK.

Files

  • Firebase SDK (7.0.0).c3addon 8.9 kB
    May 02, 2021
  • Firebase Auth-Basic (6.0.0).c3addon 10 kB
    May 02, 2021
  • Firebase RD-Basic (6.0.0).c3addon 10 kB
    May 02, 2021
  • Firebase CloudStorage (2.0.0).c3addon 6.2 kB
    May 02, 2021
  • Examples (03-May-21).zip 552 kB
    May 02, 2021
Download Firebase BASIC Plugins for Construct 3
Leave a comment