Firebase Plugins Available! (Chat, Leaderboard, etc.)

0 favourites
From the Asset Store
Chat with smart animals using the OpenAi Chat GPT 3 API
  • https://www.constructfirebase.com/

    Update (03-May-21)

    • Changes Overview
      • Fixed Advanced Minify Errors
      • New Addition: Auto Load SDK- Reduces loading time.
      • New Addition: Timeout
      • New Example: Debugging
      • Updated Example: Handling Multiple Firebase Project (v3).c3p
      • (All other examples have also been updated to comply with Auto Load SDK)
    • Details

      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 Updated Example- 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 Updated Examples.
      • 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.
      • Fixed Advanced Minify Errors.

      Firebase Auth-Basic (6.0.0)-

      • Fixed Advanced Minify Errors.

      Firebase CloudStorage (2.0.0)-

      • Fixed Advanced Minify Errors.

      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.

      Firebase Auth-Pro (3.0.0)-

      • Fixed Advanced Minify Errors.

      Firebase Auth-Pro Mobile (2.0.0)-

      • Fixed Advanced Minify Errors.

      Firebase RD-Pro (2.0.0)-

      • Fixed Advanced Minify Errors.
  • https://www.constructfirebase.com/

    Update (13-May-21)

    • Changes Overview
      • Updated Global Chat Template
        • Show User's Online/Offline Status
        • Friendlist- Send Friend requests, manage sent or incoming requests and manage friendlists.
        • Profile Image url is now saved in Firebase Realtime Database to reduce image loading time.
        • Fixed errors in position of chats and wrapping.
      • Updated Query Actions for managing Advanced Lists
      • Several Bug Fixes
    • Details

      Firebase SDK (7.0.2)-

      • Adjusted to changes in BASIC plugins.
      • Adjusted to changes in PRO plugins.

      Firebase Auth-Basic (6.0.2)-

      • Fixed Verify Email Action.

      Firebase RD-Pro (3.0.0)-

      • 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)
      • New Actions for Initialising Read List Action. (See Template C3P)
      • Deprecated: The old Read-List action has been deprecated.
      • Fix: Fixed Timestamp error

      Global Chat Template (v3)-

      • New Addition: Visit User's Profile Page.
      • New Addition: Check Whether an User's Status is Online or Offline
      • New Addition: 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.

      Firebase Auth-Pro (3.0.2)-

      • Fix: Persistence was not working.

    Global Chat Template (v3)-

    Subscribe to Construct videos now
  • https://www.constructfirebase.com/

    Update (09-Jun-21)

    Changes Overview:

    • Fixed Google OAuth for Mobile Export.
    • Fixed Phone Auth for Mobile Export.
    • Fixed Credential issues.
    • New Example- Android Export (Google Auth & Phone Auth).c3p

    Release Notes:

    constructfirebase.com/releases/release-notes

  • Hi thanks for the plugin . I have a question , how pick value of random user database ?

  • Hi thanks for the plugin . I have a question , how pick value of random user database ?

    Hi Brakz, the best approach for saving data usage is to use the Firebase Realtime-Database PRO.

    If you already have access to the Database-PRO Plugin, I will make an example template for you.

    Otherwise, if you use the Database-BASIC plugin, you will have to Read data of each and every user first, and then pick one random user out of them. Which means it would be a huge data usage loss if you have a large number of users in your database.

  • https://www.constructfirebase.com/releases/release-notes

    Update (08-Jul-21)

    Changes Overview:

    • Firebase SDK- Added Worker Mode Support. New plugin "Firebase Auth (Worker)" included in BASIC Pack. Read this documentation article on how to enable Worker Mode and why we need workers.
    • Firebase SDK- New Feature: Reconnect/Disconnect SDK
    • Bug Fixes

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • https://www.constructfirebase.com/releases/release-notes

    Update (16-Jul-21)

    Changes Overview:

    • Firebase SDK- Temporarily removed Worker Mode Support. (See why)
    • Firebase RD Pro- New Docs, Introduced new List type
    • New Bonus Plugin- Remote Image
    • Chat Example- Major improvements
    • Bug Fixes

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • https://www.constructfirebase.com/releases/release-notes

    Update (25-Jul-21)

    Changes Overview:

    • Firebase SDK- App Check with reCAPTCHA v3
    • Firebase Scripting Support using JavaScript

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • Sparsha

    (Yes leaderboard might seem difficult at first, but as it requires only 3 events, an example will be easy to follow)

    Do you have an example of the above mentioned leaderboard in Firebase Realtime-Database PRO?

  • Hi droptank21, the example for Leaderboards is included in the BASIC Package

  • https://www.constructfirebase.com/releases/release-notes

    78-th Update (22-Sep-21)

    • Firebase Auth PRO: Google, Facebook & Phone OTP Sign In for Android & iOS. Example & New plugins included

    81-st Update (16-Dec-21)

    Changes Overview:

    • New Template in Firebase Realtime-Database PRO: "Sorting List (Querying).c3p"

    Release Notes in Detail:

    https://www.constructfirebase.com/releases/release-notes

  • I bought it and it works amazing, you are planning an update to Firestore???

  • Hi maordany thanks. Yes, I haven't publicly announced yet, but I am planning to include Firestore in the Firebase Database PRO Pack

  • https://www.constructfirebase.com/releases/release-notes

    92-nd Update (27-Jul-2022)

    Firestore BASIC Plugin finally available in the Firebase BASIC Pack.

    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.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)