FEATURE: New expression AdditionalInfoOnSignIn
Now you can get Additional User Info after a successful Sign Up/In. This includes all public info data received from oAuth services like Google, Facebook, Twitter, etc.
FEATURE: New expression CredentialOnSignIn
(Serves the same purpose as the now deprecated "credentials" expression)
DEPRECATED: Replaced expression "credentials" with new expression "CredentialOnSignIn"
CHANGE: Updated these plugins to use the new expressions available in Auth-Pro plugin- (AdditionalInfoOnSignIn & CredentialOnSignIn)
FIX: Fixed presenceData expression
CHANGE: Updated to use the latest Analytics version for Android/iOS
UPDATED EXAMPLE: [RD] Handling Data (UserAccount).C3P
(Details- Includes JSON plugin integration to read all the required data using a single read action. Makes development easier and Saves data usage, when there are a lot of data to read)
NEW EXAMPLE: [RD] Nested JSON Data (Custom).C3P
(Details- Get Nested JSON from Custom data reads and Loop through multiple data)
FEATURE: Made AppCheck's getToken and getLimitedUseToken functions available for use with JavaScript to protect communications with a custom server.
(See link or contact Developer to know how to use using JS).
CHANGE: Changed how Firestore Plugin Writes and Increment actions work. Removed the old way of updating data in a Document and replaced with a faster and the most efficient method.
(Details- Earlier, to update data without replacing all other data in a Document would require first checking if a Doc exists, then if not, a new Document would be created and finally the data would be sent to Firestore to update the Doc.
Now Firestore can handle all these by itself. Just sending the data once is enough.)
FEATURE: Included AppCheck using reCAPTCHA Enterprise. (Checkout updated Documentation)
FEATURE: New ACE to fetch JWT ID Token (used to identify the user to a Firebase service, useful in cases where your Firebase client app communicates with a custom backend server).
FIX: "On remove" condition was not working.
FIX: "Is Anonymous" condition was not working.
FEATURE: New Parameter for Google OAuth actions: "Prompt Account Selector (for Google)". This shows an Account Selector menu when using the Google Provider. Otherwise, previously logged in Account might be used automatically.
FEATURE: New Parameter for Google OAuth actions: "Prompt Account Selector (for Google)". This shows an Account Selector menu when using the Google Provider. Otherwise, previously logged in Account might be used automatically.
FIX: Firestore "Document Exists" condition was returning true when document was not yet read.
CHANGE: Updated to Support compatibility with the new Utilities Plugins.
NEW PLUGIN
NEW PLUGIN
NEW PLUGIN
NEW PLUGIN
NEW PLUGIN
NEW EXAMPLE
CHANGE: Updated to Support compatibility with the new Utilities Plugins.
FIX: Fixed UserAccount Leaderboard Rank not showing.
FIX: Fixed Friendlist not showing in "Global Chat Example.c3p".
CHANGE: Updated "Global Chat Example.c3p" to use the new expressions: listObjectData & listObjectParent instead of using the deprecated listData and listDataParent.
CHANGE: Updated "Global Chat Example.c3p" to use the new expressions: listObjectData & listObjectParent instead of using the deprecated listData and listDataParent.
FEATURE: New action "Set Button OAuth (Popup) (Safemode)". This ensures that it works on browsers like iOS Mobile Safari, which blocks popups by default.
NEW EXAMPLE: OAuth Safemode Button (Google, Facebook).c3p
MAINTENANCE: Updated to support latest version of Auth BASIC and PRO plugin.
FIX: Fixed condition- "On Signed In (Implicit)"
FIX: Fixed Increment (UserAccount) action (which was writing at "undefined" location)
FIX: Fixed expressions: accountCreationTime, lastSignInTime, providerCount, providerCount, providerIdAt.
FIX: Fixed increment actions.
MAINTENANCE: Updated to support latest version of Auth PRO plugin.
FEATURE: Included Leaderboards
FEATURE: Included Remove Data feature
FEATURE: Included Increment/Decrement feature
MAINTENANCE: Upgraded to Support latest Firestore BASIC plugin
NEW EXAMPLE: [Firestore] Increment & Remove Data.c3p
NEW EXAMPLE: [Firestore] Leaderboards (Custom & User).c3p
CHANGE: Updated "Auth Sign In with Custom String (v2).pdf"
- Added info in Step 3.5 (Press N when prompted "Do you want to use ESLint to catch probable bugs and enforce style?")
- Added New Step 7: After Deployment
FEATURE: New action "Sign in with Custom String".
Can be useful when a Firebase Auth system that you want doesn't exist.
For example:
- Google Play Games Authentication (using myID as a custom unique string)
- Game Center Authentication using (using PlayerID as your custom unique string)
- Web 3.0 Authentication (using Wallet address as your custom unique string)
A Documentation has been included in PDF format.
FIX: Fixed error when using Multiple SDKs/Sharding.
MAINTENANCE: Upgraded to Support Auth PRO's new feature: "Sign in with Custom String"
MAINTENANCE: Upgraded to Support upcoming Analytics Plugin.
FIX: Fixed Increment (UserAccount) action error.
FIX: Fixed an error which occurred when Sign In (Username & Password) action was used.
FIX: Fixed a bug which was causing error in initializing the Realtime-Database Plugin.
NEW PLUGIN: Firestore is now finally available. Firestore and its functioning in background is a lot different than Realtime-Database. However, I have tried my best to make the actions, conditions and expressions feel similar to the already existing Realtime-Database plugin. This is a BETA version and leaderboards will be available soon.
MAINTENANCE: Upgraded to Support Firestore (and upcoming plugins - Analytics, RemoteConfig).
NEW EXAMPLE: [Firestore] Handling Data (Custom).c3p
NEW EXAMPLE: [Firestore] Handling Data (UserAccount).c3p
FEATURE: New checkbox in write actions: "Enforce String". Enabling this will write all data in string format. (Otherwise numbers are auto-converted to int/float.)
FEATURE: New checkbox in write actions: "Enforce String". Enabling this will write all data in string format. (Otherwise numbers are auto-converted to int/float.)
FIX: Fixed an error in Replace/Write Data action.
FIX: Fixed SDK load error when AppCheck was enabled
NEW EXAMPLE: "Read-Write Data (UserAccount).c3p" : Shows how to read/write data in user account.
In this update, all FirebaseV8 plugins got removed. Read this article to get started with FirebaseV9: #Getting Started
MAINTENANCE: Upgraded to Support FirebaseV9.
CHANGE: Changes in "Sign in with Credentials" & "Link with Credentials" actions: now needs you to choose the type of auth provider (password/oauth/phone)
MAINTENANCE: Updated all examples to comply with the changes in the Firebase RD-Pro Plugin.
FIX: Allow to change Google/Facebook account after Sign Out action (for Auth-[Mobile] plugins)
FIX: Fixed Sign Out error which occurred when using Auth-[Mobile] plugins.
DEPRECATED: Removed "On Signed Up" action for Password Auth.
CHANGE: Signing up with Email/Username & Password will now trigger the "On Signed In" action instead of the old "On Signed Up" action. (To check if the user is new, use the condition "Is New User")
MAINTENANCE: Updated to comply with changes in the Auth PRO plugins.
MAINTENANCE: Updated to comply with changes in the Auth plugins.
FEATURE: New expression "appendedItemParent" will give the Parent name of the last appended list item.
FIX: Fixed "Write/Replace JSON/Array Data" action.
FIX: Fixed "Write server-side Timestamp" action.
FEATURE: New Property- "Enable Detailed Logging": This will log much more details about database changes in the Developer Tools Console, for better debugging.
FEATURE: New conditions "List Data Exists" and "Presence Data Exists" will now allow you to check after a successful read/change, if there was any data in the location.
CHANGE: Changes in "Read List-Data" action:
- Renamed parameter Sync When to Read When.
- In Read When parameter, Removed (Disable Sync) and Any Change in list options.
- In Read When parameter, Added [Default] option, which means If Sync Off, read once. If Sync On, read on any change in the list.
- New parameter, Enable Syncing.
CHANGE: Updated all examples to comply with the changes in the Firebase RD-Pro Plugin.
FIX: Fixed several bugs.
CHANGE: Updated to comply with changes in the Auth and Database plugins.
FIX: Fixed several bugs.
FIX: Fixed several bugs.
DEPRECATED: "On does not exist" is now deprecated.
CHANGE: "On Read/Change" now gets triggered even when there is no Data in the read location.
FEATURE: New condition "Read Data exists" can check if data is found in the read location.
FEATURE: Console logs are now available on every successful read or write.
FIX: Fixed bugs in Remove Data action.
FIX: Fixed bugs which caused errors after export.
FIX: Fixed bugs which caused errors after export.
FIX: Fixed bugs which caused errors after export.
FIX: Fixed bugs which caused errors after export.
This release includes some BETA Plugins that support the latest Firebase API V9 and comes with new features.
Firebase V9 vs the old Firebase V8:
Uses the latest Firebase API that includes some new features.
Modular Structure: Reduces unused code. Being able to select which features you need will also reduce the amount of unnecessary, unused codes loaded, thereby, greatly reducing Memory usage.
Supports Worker mode. You can now set "Use Workers" to "Yes".
CHANGE: Changed to support Firebase API V9.
CHANGE: All Firebase Configuration data moved into single property called "Firebase Config". See this Doc to know how to set up Firebase Config details.
FEATURE: "Remove Modules" property allows you to remove parts of Firebase that you don't need. See this new Doc for more info.
CHANGE: Changed to support Firebase API V9.
FEATURE: New Condition "Is New User" checks whether the user that signed in is new.
CHANGE: Changed to support Firebase API V9.
FEATURE: New "Go Offline: and "Go Online" actions can be used to control the connection the database server. (Only a limited number of users can be online at the same time on each database server. Read more.)
CHANGE: Changed to support Firebase API V9.
FEATURE: New actions and conditions for deleting a File.
NEW EXAMPLE: "Sharding Databases.c3p" . Know more about sharding data here.
CHANGE: Updated all examples to comply with the changes in the Firebase SDK Plugin.
FIX: Fixed Google Auth was clashing with MobileAdvert Plugin on Android.
CHANGE: Firebase script files are now loaded from google servers.
FIX: Fixed a bug which stored strings starting with "0x" as integer 0.
NEW EXAMPLE: "Sorting List (Querying).c3p" available. This example shows how to sort a scrollable list.
FEATURE: Now auto updates Profile picture, after Sign In.
FEATURE: Added measurementId field for Firebase Analytics (only for users using the JavaScript Scripting Feature)
OVERALL CHANGES
Added Worker Support, Better performance, Some new features, Bug fixes
ENCODER
Changed QR Generator Library
New Parameter: "Radius"- allows you to add radius to corners of each qr pattern block.
"Light Pixel Color"- can now be transparent. Leave a blank string "" to do so.
DECODER
Fixed bugs
New Parameter: "Allow Flip Check"- allows you to scan the original and flipped versions of an image. This however doubles the time consumption.
EXAMPLE V3
Some changes, new additions and bug fixes.
NEW PLUGIN: Sign in with Facebook on Android/iOS. Read Docs.
NEW PLUGIN: Branched out from the old Auth Mobile plugin. Sign in with Google on Android/iOS. Read Docs.
NEW PLUGIN: Branched out from the old Auth Mobile plugin. Sign in with Phone OTP on Android/iOS. Read Docs.
FEATURE: New action- Link Phone.
REMOVED: This plugin is no longer required. It has been divided into two separate plugins mentioned above, so that you don't have to unnecessarily load all plugins if you don't need any one or two of them.
CHANGE: Updated "Android Export v2.c3p" using the latest plugins.
FEATURE: Added support for Firebase Analytics scripting. Only for users using the JavaScript Scripting Feature.
FIX: Fixed a bug that read lists in reversed order even when not specified to do so. Also, Updated the example C3P. NOTE: You might need to enable/disable the "Get Reversed Data" option, if your resulting list is in a wrong order.
FEATURE: Added new option in "Read Data-Custom" to get Array JSON. This data is compatible with the C3's Array plugin.
See how data is being wasted in Array-String by the unnecessary blank spaces. On the other hand, Array-JSON format saves upto 5 times data usage. (To write data in Array-JSON format, use "Write JSON Object" action only available in Firebase RD PRO.)
FIX: Fixed a bug in "Write-data" actions, which converted a non-number value to a number if the string started with a number.
FIX: Fixed a bug in "Append-data" action, which converted a non-number value to a number if the string started with a number.
CHANGE: Added support for Firebase version 9.0.0 and above
FIX: Fixed Leaderboard JSON for PRO-UI Gridview was not sorting in order.
FEATURE: New Properties: Location Settings- you can now change the default locations of User Account Data and User Account Leaderboard.
FIX: Fixed Leaderboard JSON for PRO-UI Gridview was not sorting in order.
CHANGE: Read List action now requires you to explicitly enable "Get JSON" to get the data in the JSON string formats. (This reduces memory usage when you do not need JSON data).
FEATURE: New Properties: Location Settings- you can now change the default locations of User-ID, User-Key and Presence data.
FIX: Fixed JSON for PRO-UI Gridview was not sorting in order.
FEATURE: Now each Read action supports reading data in JSON format and @Aekiro's Pro-UI GridView JSON format. This new change can drastically reduce data usage. You can now also use GridView JSON to create easy scrolling Leaderboards! New expressions: readJSON, readGridview.
FEATURE: Added missing expression "userPhoneNumber" to get the user's phone number if user was authenticated with Phone.
FIX: Fixed "On Load Success" triggered every time after a Sign Up/Sign In.
FIX: Fixed some errors during Disconnect & Reconnect actions.
New Feature- Store Image to Local Storage. (Check out the new example)
"Clear image-data" actions now also frees memory
New Action: "Unload from Memory". This will free the memory used by the selected instance.
Bug Fixes
FEATURE: App Check with reCAPTCHA v3- this feature will allow you to block unverified clients. Also shows metrics of clients- whether your clients are verified, outdated, from unknown origin or malicious. See Docs for more info.
Example graph image:
FEATURE: "Allow Scripting" Property- if enabled, allows you to access Firebase objects using JavaScript.
CHANGE: Updated to the latest Facebook Graph API to fetch User Profile Image.
CHANGE: Temporarily removed Worker Mode Support.
Worker support will be available when Construct 3 updates its Google Closure Compiler which is used to Advanced Minify. Unless this issue gets solved, Construct Projects will fail to Advanced Minify.
See Github issue: https://github.com/Scirra/Construct-3-bugs/issues/4956
Worker Mode Support will be available again when this issue gets solved by Scirra. (Scirra is a small team, let's not be impatient while they take their time to update their dependencies)
FIX: Fixed Reconnect and Disconnect actions.
TEMPORARILY REMOVED: This plugin can't be used until the above mentioned Construct 3 issue gets solved by Scirra.
FIX: Fixed Write actions- now supports writing single quote and tab characters in data.
FEATURE: Introduced new List Type: Value.
Added related actions, conditions and expressions.
FEATURE: New "Has reached List End" condition as an alternative of the "On Reach List End" trigger condition.
FEATURE: New "getTagsFromString" expression can be used to get an array of tagged user keys in any string. (The Tags stored in a string data must follow the markup format: "/@userkeyname0000/" )
FIX: Fixed Append List action- now supports writing single quote and tab characters in data.
NEW PLUGIN: Allows you to load different remote images for each instance of a single object. This is used in the Global Chat Example.
CHANGE: Layout 3 & Layout 6 - Replaced UserPic Sprites with the Remote Image Plugin. This reduces all the complex JSON operations and makes loading profile images much more simpler, easier, and memory efficient.
CHANGE: Layout 4 - Image Manipulation now sets the image size to the actual CSS width and height. So if your target size 64*64, image size will be independent of the Construct window size, and in your final result, the image will be resized to 64*64 pixels regardless of the outer window size.
FEATURE: New actions and conditions to Disconnect and Reconnect to the Firebase Server.
Disconnecting will stop all background processes, release memory and stop connection to the Firebase Server.
Reconnecting will connect to the Firebase Server again.
FEATURE: Added Worker Mode Support. Read this article on how to enable Worker Mode and why we need workers.
NEW PLUGIN: In Preview/HTML5 Export, this plugin allows OAuth and Phone Auth services to work in Worker Mode, which is directly not possible using the other auth plugins.
CHANGE: Adjusted to support Worker Mode
FIX: Possible error in Project when Instance UID is less than that of Firebase SDK Instance UID
CHANGE: Adjusted to support Worker Mode
FIX: Fixed "On Error At: Anonymous Sign In" was missing
FIX: Fixed Google OAuth for Mobile Export
FIX: Fixed Phone Auth for Mobile Export
NEW EXAMPLE: "Android Export (Google Auth & Phone Auth).c3p". This is an example project to Export Google OAuth and Phone Auth to Android. Also see this guide to know more.
FIX: Fixed Credential issues.
CHANGE: Adjusted to new changes in Firebase Auth-Pro Mobile.
FIX: Fixed Credential issues.
CHANGE: Adjusted to new changes in Firebase Auth-Pro Mobile.
FIX: Adjusted to new changes in Firebase Auth Plugins.
FIX: Fixed Phone Auth Actions.
CHANGE: Adjusted to new changes in Firebase Auth-Basic.
FIX: Fixed "Is Signed In" condition which was showing errors if Firebase SDK was not loaded.
FIX: Fixed some Advanced Minify errors.
FEATURE: Added C3AddonVersionChecker. This will notify users when updates are available, only in preview. User can opt to Snooze this notification for up to 1 day.
(Also available in Github for other Addon Developers: https://bit.ly/3hUkPfI)
FIX: Fixed Increment actions.
FEATURE: Added C3AddonVersionChecker.
FIX: Fixed Advanced Minify Errors
FEATURE: Added C3AddonVersionChecker.
FIX: Fixed Profile Image Upload Location
FIX: Fixed Friendlist objects layer number during creation.
CHANGE: Allows only the User to change his/her own Profile About.
FEATURE: Added C3AddonVersionChecker.
FEATURE: Added C3AddonVersionChecker.
FEATURE: Added C3AddonVersionChecker.
FEATURE: Added C3AddonVersionChecker.
FIX: Fixed a bug in Firebase SDK Plugin produced during packaging of May-13 update which made the whole screen turn black.
CHANGE: Adjusted to changes in BASIC plugins.
CHANGE: Adjusted to changes in PRO plugins.
FIX: Fixed Verify Email Action.
FEATURE: New Action: A new Read-List Data action has been introduced. Read List actions are now required to be Initialised before using. Added more Sync options. (See Template C3P)
FEATURE: New Actions for Initialising Read List Action. (See Template C3P)
DEPRECATED: The old Read-List action has been deprecated.
FIX: Fixed Timestamp error
FEATURE: Visit User's Profile Page.
FEATURE: Check Whether an User's Status is Online or Offline
FEATURE: Friendlist- Send Friend requests, manage sent or incoming requests and manage friendlists.
CHANGE: Profile Image url is now saved in Firebase Realtime Database, and all image urls are fetched from the Realtime Database instead of directly requesting Firebase Cloud Storage. This reduces image loading time.
CHANGE: Adjusted to new changes in Read-List action.
FIX: Fixed errors in position of chats and wrapping.
FIX: Persistence was not working.
FIX: Fixed Username Errors.
FIX: Fixed Username and Auth Credential Errors.
FIX: Fixed Username and Auth Credential Errors.
FEATURE: New Property: "Auto Load SDK" . This will Start Loading SDK before Start of Game. This reduces loading time.
FEATURE: 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.
FEATURE: New Property: "Primary SDK Object" . Use only in case of Multiple Firebase Project Management. Otherwise, ignore this property. Follow Updated Example- Handling Multiple Firebase Project.c3p
FEATURE: New Condition: "On Load Success" . Triggers on SDK Load Success. Must be used even if Auto Load SDK is enabled. Follow Updated Examples.
FEATURE: New Condition: "On Timeout" . Triggers when SDK fails to load within the specified timeout.
FIX: Fixed Trigger Condition.
FIX: Fixed Advanced Minify Errors.
FIX: Fixed Advanced Minify Errors.
FIX: Fixed Advanced Minify Errors.
NEW EXAMPLE: "Debugging.c3p" . Shows how to Debug Firebase Projects.
CHANGE: Updated "Handling Multiple Firebase Project (v3).c3p" . Changed to comply with the changes in the Firebase SDK Plugin.
CHANGE: Updated all examples to enable Auto Load SDK.
FIX: Fixed Advanced Minify Errors.
FIX: Fixed Advanced Minify Errors.
FIX: Fixed Advanced Minify Errors.
NEW PLUGIN: This Bonus plugin makes Debugging is easier. It features a Console and multiple other advanced Developer Tools to provide support for debugging Firebase Projects in Mobile Export (Android and iOS).
Download Link: https://www.construct.net/en/make-games/addons/551/eruda-console
[Built with Eruda]
FEATURE: Added Support for Phone Auth with OTP and OAuth Android & iOS Export using direct export option. Makes export much more easily than before.
DEPRECATED: Deprecated Actions & Conditions related to Cordova.
CHANGE: Added Support for new Firebase Auth-Pro Mobile addon.
FIX: Minor bug fixes.
DEPRECATED PLUGIN: PAC-HTML is not required anymore. hence removed.
CHANGE: Adjusted to new changes in plugin: Firebase Auth PRO.
CHANGE: Added compatibility with new plugin Firebase Auth PRO Mobile.
FIX: Minor bug fixes.
FEATURE: Adjusted to changes in plugin: Firebase Auth PRO.
FIX: Fixed "On Signed In Explicitly" Action was not working properly.
FIX: Some empty expressions returned single space string " " instead of an empty string "".
CHANGE: Adjusted to new changes in plugin: Firebase Auth PRO.
FEATURE: New Condition- "On Signed In Explicitly": This happens when user is not Signed in implicitly by any Sign In/Up Actions. (Eg.- Auto Sign In at startup, or Sign in from a new account on the same browser (or device) when both windows are opened, etc.)
NEW PLUGIN: Added support for Chat rooms, Post & Reply System, Friend Management & Tag users, Show User Online/Offline Status, Manage Advanced Lists- Sorting and querying, etc.
NEW TEMPLATE
FEATURE: "Sign up with Username & Password" action- Now also sets auth.username automatically
FIX: Fixed all expressions returning undefined when no data was there. Now when expressions do not contain any data, they return a blank string ""
FIX: Previously saved projects were not opening
FEATURE: New Action Parameter- "Get ProUI-GridView JSON" in Read Data-Custom Action. Enabling this will get you a JSON string compatible with the ProUI GridView Behavior by Aekiro: https://aekiro.itch.io/proui
FIX: "Is Anonymous" Condition was not working
FIX: "On Signed in" Condition was not working for Anonymous Auth
FIX: float type variables automatically converted to integer while Writing Data.
CHANGE: Updated Phone Auth.c3p- Replaced Ipregistry plugin with free Cloudflare Trace plugin and other free of charge services to get user's current country Calling-Code and Country-Flag PNG.
NEW PLUGIN: Get User's IP Address, Country, Timestamp, and other Cloudflare CDN-CGI Trace Data.
Download Link: https://www.construct.net/en/make-games/addons/505/cloudflare-trace
DEPRECATED PLUGIN: Ipregistry is not required anymore, hence removed.
FIX: Fixed "Send Password Reset Email" Action.
FIX: Fixed "On error at" condition
CHANGE: New Property: databaseURL Domain
CHANGE: 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
CHANGE: Added support for the new changes in the Firebase SDK plugin
FIX: Fixed Anonymous Auth providerID error undefined at Firebase Auth-Pro Plugin
NEW PLUGIN: Upload and Download Images and Files to Cloud
FEATURE: Added support for Firebase Cloud Storage Plugin
NEW EXAMPLE: Cloud Storage.c3p
FIX: Bug Fixes
FIX: Bug Fixes
NEW EXAMPLE: Working with Auth Credentials- Sign In with QR Codes.
A JSON data is created when an User Signs Up/In, which contains the User's Auth details. This data is known as the Credentials of the User and can be used to control Sign In.
This example c3p shows how to control Auth Credentials so that you can Sign in to your secondary device by just Scanning the Credentials encoded QR Code.
FEATURE: New "Write-Custom" Action- Allows to write Multiple Data nodes using a single Write Action.
DEPRECATED: Old "Write Data-Custom" Action has been Deprecated. Use the new "Write-Custom" Action instead.
DEPRECATED: Old "Write Leaderboard-Custom" Action has been Deprecated. Use the new "Write-Custom" Action instead.
FIX: Fixed Leaderboard Reads giving a null error when a key in the read was missing.
CHANGE: "Firebase Leaderboards (Custom & User) (v3).c3p" - Changed complying with the new plugin updates.
CHANGE: "Updated Handling Multiple Firebase Project (v2).c3p" - Changed complying with the new plugin updates. Included more explanations.
CHANGE: Added support for the latest changes in Construct 3 Editor for Module Script Mode from after r225.
FEATURE: New property- "databaseURL Code". Adds support for Firebase Projects created after 10/12/2020.
FIX: Persistence was not working on Multiple Firebase Projects.
FEATURE: Included more Console Logs for Debugging.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
More notes is available in Discord server.
NEW PLUGIN- First Release!
NEW PLUGIN- First Release!
NEW PLUGIN- First Release!