itch.io is community of indie game creators and players

Devlogs

Major Update (29-Aug-20)

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

Firebase SDK (3.0.0)-

  • New, better Data Obfuscation (Security) mechanism.
  • Added support for Construct 3's recent SDK update on "Advanced Minify".


Firebase Auth-Basic (2.1.0)-

  • Changed how Phone Auth works. 
  • Phone Auth now supports C3's asynchronous functionality, i.e. "Wait for previous actions to complete" action can be used.
  • Added support for Construct 3's recent SDK update on "Advanced Minify".

Updated Action- Send OTP to Device (Phone Auth)

In the previous versions, this process required the ID name of the button used to send the message. First the process of verification and rendering the reCAPTCHA started. The process for sending the OTP to the mobile device started after verifying reCAPTCHA. This whole process was executed one after the other after clicking the assigned button and required more time.

Now this process is broken into two parts, and the Verification & Rendering of reCAPTCHA can be done at the start of layout, or according to the programmer's will.


New Action- Verify reCAPTCHA (Phone Auth)

This starts the process of verification and rendering the reCAPTCHA.

Included reCAPTCHA "Dark" theme.


New Action- Hide reCAPTCHA (Phone Auth)

Hides the reCAPTCHA badge at the bottom corner of the screen.

IMPORTANT: According to Google's Policies you are allowed to hide reCAPTCHA only under the following circumstances:
"Include the reCAPTCHA branding visibly in the user flow"
This means you cannot hide the reCAPTCHA badge in your Login Screen Layout unless you provide direct links to Google Privacy Policy and Terms of Service.

Visit: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-b...

Follow the Phone Auth.c3p example to see how to set up Phone Auth.

In the example, we are hiding the reCAPTCHA badge as soon as we go to some other layout that is not the Log In screen.



Firebase RD-Basic (3.4.0)-

  • Added support for Construct 3's recent SDK update on "Advanced Minify".


Examples & Guide (u10)-

  • Updated Phone Auth.c3p Example

Files

  • Firebase SDK (3.0.0).c3addon 5.9 kB
    Aug 28, 2020
  • Firebase Auth-Basic (2.1.0).c3addon 9.7 kB
    Aug 29, 2020
  • Firebase RD-Basic (3.4.0).c3addon 9.2 kB
    Aug 28, 2020
  • Examples & Guide (u10).zip 1.4 MB
    Aug 29, 2020
Download Firebase BASIC Plugins for Construct 3
Leave a comment