[Free] ⭐ Extension to sign-in with Google account

Ok pick a screen video for a problem and send it

OK, I'll do that in the next few days.
Many thanks

This one is what I meant :point_down:

and I don't know how to use this extension :point_down:

and this one is what I meant :point_down:

The very fool did it in androidbuilder and did not remove several own components of the builder

Here I pass the image of the content

SignInWithGoogle V2

Please attach each Extension separately

i want ALphaDialog and DaffyMenu Extension ple

Search the community or the extensions directory App Inventor Extensions | Pura Vida Apps

Yes, also you can do it :muscle:
Taifun

Is there a way to connect this extension with Firebase?
Thanks,
Nico

This extension uses sign in with google via people API of Google cloud platform not via firebase but you claim the same info .

If you want to count signed accounts of google
You can use firebase realtime database

1 Like

hey so i imported your aia file and i added my api key but it says configuration not found it would be great if u could help.

You just need Client Id and Client secret not API key see here how to you get them

thank you also where do i add that

1 Like

After getting them you can add them inside the blocks screen
Just watch the video And you will understand everything thing about how to use aia file

hey again, i got the client id but not the client secret.
Help Please!!!

Hello, I was wondering how I could get this extension to work on the Ai2 companion for my Chromebook emulator, Thanks.
Junko.

Hello @JunkoJoseph
Of course

  • Use the AI2 Companion App: On your Chromebook, install the "MIT AI2 Companion" app from the Google Play Store. You don't need a separate emulator if your Chromebook can run Android apps.
  • Connect to Your Project:
    • In App Inventor, go to Connect -> AI Companion.
    • Open the companion app on your Chromebook and scan the QR code or enter the 6-character code.
  • Use the Extension:
    • Make sure you have correctly set up the Client ID and Client Secret for the Google Sign-in extension in your App Inventor project.
    • The sign-in process should work directly within the AI2 Companion app.
      If it doesn't work:
  • Double-check your Client ID and Client Secret.
  • As a final test, build the app (APK file) and install it on your Chromebook to ensure all functionalities work as expected.

That would be the fun part. Sideloading apps on a Chromebook is not trivial:

1 Like

Urgent Help: Google Sign-In with Firebase Auth and MrKoder's Extension Not Working (No Sign-In Window)

Hello App Inventor Community, :pray:

I am struggling to implement the Google Sign-in functionality in my MIT App Inventor project. My current setup is not working, and clicking the button results in no action—the Google ID Selection Window does not open.

My setup details are as follows:

  1. Firebase Auth Component: I am using the built-in Firebase Authentication component.
  2. Google Services File: I have successfully uploaded the google-services.json file in the project's Properties.
  3. Extension: I recently imported and added the V3 SignInWithGoogle.aix (MrKoder's Extension) to my screen (named GoogleDevAPI1).

My Blocks Code:

  • When the button is clicked:
    when Button1.Click do
    call GoogleDevAPI1.StartGoogleDeviceAuthFlow
    (Note: The StartGoogleDeviceAuthFlow block has no sockets/arguments.)

  • On successful sign-in:
    when FirebaseAuth1.GotUser do
    Open another screen screenName "Screen2"

The Problem: Clicking the button does absolutely nothing. No sign-in window appears, and there are no error messages.

My Question: Is there a missing step to correctly bridge the GoogleDevAPI Extension with the Firebase Authentication component? Or should I be calling a different block? I need the correct method to use this specific Extension with Firebase Auth.

Thank you for your help!

NEW sign in with google extension with Native UX