-
14.7.0
Released: 4 Aug, 2024
Updated Auth BASIC plugin to use the new expressions available in Auth-Pro plugin- (AdditionalInfoOnSignIn & CredentialOnSignIn)
-
14.6.0
Released: 20 May, 2024
New Example- [RD] Nested JSON Data (Custom).C3P (Get Nested JSON from Custom data reads and Loop through multiple data)
Updated Example- [RD] Handling Data (UserAccount).C3P (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)
-
14.5.2
Released: 6 May, 2024
Quick Fix for Last Update: SDK Plugin- Made AppCheck's getToken and getLimitedUseToken functions available for use with JavaScript to protect communications with a custom server. (Contact Developer to know how to use using JS).
-
14.5.1
Released: 6 May, 2024
SDK Plugin- Made AppCheck's getToken and getLimitedUseToken functions available for use with JavaScript to protect communications with a custom server. (Contact Developer to know how to use using JS).
-
14.5.0
Released: 23 Apr, 2024
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 is enough.)
-
14.4.0
Released: 14 Apr, 2024
New Feature Firebase SDK: AppCheck using reCAPTCHA Enterprise. (Checkout updated Documentation)
-
14.3.1
Released: 2 Sep, 2023
FIXED: Firestore "On Remove" Condition was not working properly.
-
14.3.0
Released: 1 Aug, 2023
New Google OAuth Parameter "Prompt Account Selector (for Google)". For Google OAuth provider, this shows an Account Selector menu. Otherwise, previously logged in Account might be used automatically.
-
14.2.1
Released: 27 May, 2023
Fixed Bug: Firestore "Document Exists" condition was returning true when value was not read.
-
14.2.0
Released: 18 Feb, 2023
SDK updated compatibility for upcoming Utilities- Analytics Plugin (Already released on our official website)
-
14.1.1
Released: 11 Feb, 2023
Fixed: User Leaderboard Rank
-
14.1.0
Released: 10 Nov, 2022
New action "Set Button OAuth (Popup) (Safemode)". This ensures that it works on browsers like iOS Mobile Safari, which blocks popups by default.
More details: https://www.constructfirebase.com/releases/release-notes
-
14.0.2
Released: 22 Oct, 2022
Fixed Increment (UserAccount)
-
14.0.1
Released: 5 Sep, 2022
Firestore increment action fixed
-
14.0.0
Released: 19 Aug, 2022
New Firestore features- Leaderboard, Increment, Remove
-
13.1.0
Released: 4 Aug, 2022
Bug Fixes. SDK Support for Firebase Auth PRO's new feature- "Sign in with Custom String". More info- https://www.constructfirebase.com/releases/release-notes
-
13.0.2
Released: 28 Jul, 2022
Fixed an error which occurred when Sign In (Username & Password) action was used.
-
13.0.1
Released: 27 Jul, 2022
Fixed a bug in SDK Plugin which was causing errors in Database.
-
13.0.0
Released: 26 Jul, 2022
Firestore is now finally available! Firestore and its functioning 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.
Check out the full release notes:
https://www.constructfirebase.com/releases/release-notes
-
12.3.0
Released: 1 Jul, 2022
👉 New checkbox in write actions: "Enforce String". Enabling this will write all data in string format. (Otherwise numbers are auto-converted to int/float.)
-
12.2.1
Released: 20 Jun, 2022
Fixed SDK load error when AppCheck is enabled. New Example- Read-Write Data (UserAccount).c3p
-
12.2.0
Released: 8 May, 2022
https://www.constructfirebase.com/releases/release-notes
-
12.1.0
Released: 21 Apr, 2022
Lots of bug fixes and new changes. Visit: https://bit.ly/c3firebase-release-notes
-
12.0.2
Released: 10 Mar, 2022
[V9 BETA] : Fixed RD Basic RemoveData action
-
12.0.1
Released: 28 Feb, 2022
Firebase V9 BETA- Fixed bugs which caused errors after export
-
12.0.0
Released: 31 Jan, 2022
This release includes some BETA Plugins that support the latest Firebase API V9 and comes with new features and changes in documentation. Read this to know more in detail: https://www.constructfirebase.com/releases/release-notes
-
11.5.6
Released: 2 Jan, 2022
SDK- Firebase script files are now loaded from google servers.|| DATABASE- Fixed a bug which stored strings starting with "0x" as integer 0.
-
11.5.5
Released: 18 Oct, 2021
SDK- Added measurementId field for Firebase Analytics (only for users who can use custom Scripting with JS)
-
11.5.4
Released: 20 Sep, 2021
Added support for Firebase Analytics scripting. Only for users using the JavaScript Scripting Feature.
-
11.5.3
Released: 12 Sep, 2021
Firebase RD Basic- Added new option in "Read Data-Custom" to get Array JSON. This data is compatible with the Array plugin. (To use this option, you need to Write data using "Write JSON/Array Object" action in Firebase RD PRO.)
-
11.5.2
Released: 9 Sep, 2021
Firebase RD- Fixed a bug in "Write-data" actions, which converted a non-number value to a number if the string started with a number.
-
11.5.1
Released: 1 Sep, 2021
RD-Basic: Fixed bugs. SDK: Added support for Firebase v9.0.0 and above.
-
11.5.0
Released: 31 Aug, 2021
Changes in Firebase RD BASIC. New Properties: Location Settings- you can now change the default locations of User Account Data and User Account Leaderboard. Fixed bug- Leaderboard JSON for PRO-UI Gridview was not sorting in order.
-
11.4.0
Released: 28 Aug, 2021
Changes in the RD-Basic (7.0.0). 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.
-
11.3.2
Released: 20 Aug, 2021
Added missing expression to get User's Phone number (available if user is authenticated with Phone)
-
11.3.1
Released: 13 Aug, 2021
FIXES- Fixed SDK On Load Trigger every time after a Sign Up/Sign In. Fixed SDK Disconnect & Reconnect actions.
-
11.3.0
Released: 25 Jul, 2021
Firebase SDK- Allows Scripting to access Firebase using JavaScript; New reCAPTCHA App Check feature. See Docs for more info.
-
11.2.1
Released: 19 Jul, 2021
-
11.2.0
Released: 16 Jul, 2021
SDK-Fixed Disconnect/Reconnect actions, Temporarily disabled Worker Mode Support. This is because of use of an outdated dependency in Construct 3 by Scirra (See more details in Docs) ◽ DATABASE- Fixed single quote and tab characters can now be used in Write actions.
-
11.1.0
Released: 8 Jul, 2021
New Feature in SDK- Reconnect/Disconnect Firebase. Disconnecting will stop all background memory processes and stop all connections to Firebase Server. Reconnecting will connect to Firebase Server again.
-
11.0.0
Released: 6 Jul, 2021
Worker Mode Support, New Docs on How to Enable Worker, Bug Fixes
-
10.0.6
Released: 9 Jun, 2021
Fixed Mobile Export and Credential issues. Adjusted to new changes in Firebase Auth-Pro. See Details: https://www.constructfirebase.com/releases/release-notes
-
10.0.5
Released: 8 Jun, 2021
Fixed Phone Authentication
-
10.0.4
Released: 1 Jun, 2021
Fixed Auth "Is Signed In" condition which was showing errors if Firebase SDK was not loaded.
-
10.0.3
Released: 23 May, 2021
Bug Fixes & added Version Checker.
More Details- https://www.constructfirebase.com/releases/release-notes
-
10.0.2.5
Released: 14 May, 2021
Fixed a small bug in Firebase SDK Plugin produced during packaging of yesterday's update which made the whole screen turn black.
-
10.0.2
Released: 13 May, 2021
Adjusted to changes in PRO plugins.
Fixed Verify Email Action
-
10.0.1
Released: 4 May, 2021
FIREBASE AUTH-BASIC (C3ADDON) > Bug Fixes- Fixed Username Errors
-
10.0.0
Released: 2 May, 2021
MAJOR UPDATE! --Release Notes included in Download-- ◽ Fixed Advanced Minify Errors, ◽ Updated Security, ◽ Auto Load SDK, ◽ SDK Load Timeout, ◽ Debugging Firebase-Example, ◽ Updated Examples.
-
9.1.0
Released: 22 Apr, 2021
FIREBASE AUTH-BASIC--
Adjusted to new changes in plugin: Firebase Auth PRO.
Added compatibility with new plugin Firebase Auth PRO Mobile.
Bug Fixes.
-
9.0.1
Released: 13 Apr, 2021
Release notes included in File
-
9.0.0
Released: 7 Apr, 2021
Release notes included in File
-
8.1.3
Released: 8 Mar, 2021
Bug Fixes, Several important changes in the Phone Auth.c3p example.
Read Release Notes at: https://drive.google.com/drive/folders/1UIGrz2GDcUyRiwZM1jd1HrA7JUQDv0RR?usp=sharing
-
8.0.2
Released: 27 Feb, 2021
Added Links for Documentation, Support and Contact
-
8.0.1
Released: 27 Feb, 2021