Update History


05/18/2020

  • Firebase Authentication (1.0.1 beta) Firebase Realtime Database (1.0.1 beta)
  • Email Verification Template & Custom Leaderboard Example available for download.

05/21/2020-

  • Firebase SDK (1.0.1 beta) Firebase Authentication (1.0.2)- Now allow Captcha verify more than once- for Phone Auth
  • More examples included: Google Authentication Phone Authentication
  • Bonus Plugin Available! IP Registry: Get the Country Phone Number Code automatically for the phone-number input text box (for eg. +91 is automatically detected if you are in India). So user only has to type the 10 digits of his phone number. (This file uses another API and details are given in a Readme.)

05/22/2020-

  • Included support for Advanced Minify on export, Bug fixes
  • Firebase SDK (1.0.2)
  • Firebase Authentication (1.2.0)- Facebook Auth available now
  • Firebase Realtime-Database (1.1.1)
  • Example included: Facebook Auth Guide- How to Enable Facebook Auth

05/22/2020-

  • Firebase Realtime Database (1.2.0)- Now supports reading JSON text from a location

05/24/2020-

  • Firebase SDK (2.0.0)- Extra security has been added. Codes have been obfuscated. Now its very much difficult to find Firebase API keys and the other firebaseConfig data from exported files.
  • Firebase Authentication (1.6.1)- Included Apple, GitHub, Microsoft, Yahoo Authentication, optimized for security changes 
  • Firebase Realtime Database (1.2.2)- Optimized for security changes, Bug fixes 
  • IP Registry (1.1.0)- Now can get country flag PNG url 
  • Guide included- Getting Started with Firebase 
  • Example Updated- Phone Auth shows a small flag of the country beside phone code

05/26/2020-

  • Firebase SDK (2.0.1)- Fixed bugs
  • Firebase Authentication (1.9.1 beta)- Included: Send Reset password Email to user, Update user email. 
  • New Property- Enable debug. This will log the errors into the Developer tools console of the browser. Press Ctrl+Shift+J to access those while previewing. You don't have to create any events,text object/variables everytime to get the errors anymore. 
  • Firebase Realtime Database (1.3.0 beta)- Included a new condition: User data does not exist- Triggers only after Read Data location does not exist. After using the Read Data action, if data at that location does not exist, you can now perform any action such as Write any particular data at that location. (Previously wrote 0 at that location)

05/27/2020-

  • Firebase Authentication (1.10.0 beta)- Now supports the "Wait for previous actions to complete" System action

05/28/2020-

  • Firebase Realtime Database-Basic (1.4.1 beta)- On Data does not exist condition was not working

05/30/2020-

  • Firebase SDK (2.0.2), 
  • Firebase Authentication (1.10.1 beta)- Bug fixes and optimisations
  • Firebase RD-Basic (1.5.0)- Optimisations, New Action: "Remove data"

05/30/2020-

  • Firebase RD-Basic (1.5.1)- Bug Fixes

05/31/2020-

  • Firebase RD- Basic (1.5.2)- Bug fixes

06/01/2020-

  • Firebase Authentication (1.11.0 beta)- Fixed the "Update Profile" Action, Few optimisations

06/01/2020-

  • Firebase Authentication (1.11.1 beta)- Fixed a bug. Once signed out, Firebase SDK was not triggering "Is loaded" condition

06/04/2020-

  • Firebase SDK (2.2.0)- Security Update! Removed fields for authDomain, databaseURL, storageBucket. Entering projectId field will auto generate the strings for the mentioned fields. 
  • Firebase Auth-Basic (1.11.2)- Few optimisations

06/08/2020-

  • Firease Auth-Basic (1.12.0)- "Enable Debug" property fixed. Press F12 to check for any error that occurs during Authentication. Optimised for future Extended Version support

06/11/2020-

  • Firebase SDK (2.2.1)- The following event mechanism was not working properly in Worker Mode- this allows you to move to the Sign In Layout  (Layout 2) (which contains the Sign-in input boxes and buttons) if User is not Signed In. And If user is Signed In, move directly to the Game Layout (Layout 3): Click to open image

06/12/2020-

  • Firebase RD-Basic (2.0.0)- Changed the Read Leaderboard mechanism design. When Current No. of Data<Specified Size of Leaderboard, the data now appears from top. (Earlier, used to start from bottom when there was not enough data), New feature: Rank of User. Now get the rank of the user. If User does not appear on Leaderboard, you will get 0 as the rank. Also Checkout the updated Examples & Guide (v5).zip file: Firebase-Custom-User-Leaderboard (v2).c3p
  • Previous version: Click to open image
  • Latest version: Click to open image

06/13/2020-

  • Firebase Auth-Basic (1.12.1)- Optimisations 
  • Firebase RD-Basic (2.0.1)- Optimisations 
  • Examples & Guide (v6)- Enabled support for latest versions of Firebase plugins

06/20/2020-

  • Firebase SDK (2.3.0)- New Property "Enable Debug", enables debugging for all Firebase plugins. Press F12 to have a look at your Browser Developer Tools Console. 
  • Firebase Auth-Basic (1.13.0)- Removed  Property "Enable Debug". Included debug logs for all actions. 
  • Firebase RD-Basic (3.0.0)- New properties "Disable Read Logs", "Disable Write Logs". Provides a way to filter Read or Write logs if Debug is enabled. Included debug logs for all actions.

06/23/2020-

  • Firebase Auth-Basic (1.13.1)- Optimisations 
  • Firebase RD-Basic (3.1.0)- New Condition and expression for Read Errors (usually caused when data is blocked by Security Rules). Errors are only catchable if Enable Sync is set to false.

06/25/2020-

  • Firebase Auth-Basic (1.13.2)- Optimisation Firebase RD-Basic (3.2.1)- New Conditions:  On Custom data Changed, On Custom leaderboard Changed, On User data Changed,  On User leaderboard Changed. These will be triggered every time data is changed/read. The old conditions: "data/leaderboard is Read" must be replaced with these new conditions as needed for better performance (especially for reading Leaderboards). 
  • Examples & Guide (v7)- Updated Firebase-Custom-User-Leaderboard (v3) using the new "On" trigger events.

07/25/2020-

  • Examples & Guide (u8)- New Docs: 1. Things to Know Before Starting with Firebase Realtime Database- About the Asynchronous actions, Sync data and Predefined Security rule to secure "User Account" Data. 2. Error Code Names- For handling errors. Includes a list of errors and descriptions. 
  • Bonus Plugins (u4)- New Plugin: QR Code Reader (also available in Construct Addons webpage)

08/20/2020-

  • Firebase RD-Basic (3.2.2)- Few optimisations

08/22/2020-

  • Firebase SDK (2.3.1), Firebase Auth-Basic (1.13.3), Firebase RD-Basic (3.2.3)- Bug fixes

08/23/2020-

  • Firebase RD-Basic (3.3.0)- New action: Increment Data at a location by a value To increment use a positive value like 2 , and to decrement use a negative value like -2.

08/27/2020-

  • Firebase RD-Basic (3.3.1)- Fixed the Read JSON action property which was returning null

Get Firebase BASIC Plugins for Construct 3

Buy Now$16.00 USD or more

Leave a comment

Log in with itch.io to leave a comment.