Skip to main content

All Questions

3 votes
0 answers
51 views

Is programatic creation of tenants with standard providers not possible with firebase auth/identity platform?

The documentation mentions: Note: The default supported identity providers (such as Google, Facebook, Twitter, and Microsoft) cannot be configured using the Admin SDK; configure them manually using ...
Ben Brumfield's user avatar
0 votes
0 answers
53 views

Cannot update authorization callback URL for X (Twitter) provider in Google Identity Platform

I have encountered a question while attempting to configure Twitter sign-in on the Google Cloud Identity Platform. According to the documentation provided at https://cloud.google.com/identity-platform/...
Minh Danh's user avatar
  • 280
1 vote
3 answers
1k views

Understanding the difference between "Firebase Auth" and "Identity Platform"

I have a confusion regarding the "Identity Platform" and "Firebase Auth". In my app I am only using email+password method to signup and signin, with Firebase Auth. My confusion is ...
PeakGen's user avatar
  • 22.9k
0 votes
1 answer
142 views

How to only require 2FA on certain pages with firebase

I'm making a website that requires the user to log in with email and password to see most the site, but also requires two factor sms authentication when trying to visit a certain high security page. I ...
Deep Thought42's user avatar
2 votes
0 answers
204 views

Include OpenID Connect claims to Firebase sign-in attributes

We are using Google Identity platform as an Identity provider, and we currently have two providers: Email / Password SAML (SSO) We use it only as authentication. Once the user is authenticated, we ...
nook's user avatar
  • 1,864
1 vote
0 answers
148 views

Multi Tenant linking account after default tenant

We are transitioning to a multi tenant setup on firebase auth. The issue is our default tenant already has the base accounts I need to link with since the uid is tied to all the records on our ...
user1203347's user avatar
1 vote
0 answers
63 views

Default Firebase reset password email generates a malformed URL

I'm trying to reset the password for a Firebase (with Identity Platform) user. I am getting the email, but the URL for the link is missing everything before the ? (this is true for both the text and ...
Zach Shewmaker's user avatar
0 votes
2 answers
769 views

Invalid Firebase Email/Password Auth Handler (missing providerId)

After using createUserWithEmailAndPassword from firebase/auth, Firebase sends a verification email to the user. The verification link successfully verifies the email, but instead of redirecting back ...
Ryan Saunders's user avatar
3 votes
1 answer
537 views

Google Cloud Platform before user created function not showing up in firebase auth/gcp identity to register

Context I have created a cloud-blocking function (beforeUserCreated) through the Firebase CLI (and the v2 identity Firebase API), this has deployed successfully and can be seen on both Firebase and ...
Toby Clark's user avatar
0 votes
1 answer
1k views

Why does Google Identity Platform REST API not recognize my (Firebase) Provider API Key?

I have setup GCP's Identity Platform with the "Email / Password" Provider. I have created a User record for test purposes and was able to sign in with this user. I am now trying to sign in ...
urig's user avatar
  • 16.7k
3 votes
2 answers
2k views

GoogleAuthProvider - Option to choose account [duplicate]

I'm working on a project in Flutter. I use this code: _googleAuthProvider.setCustomParameters({'prompt': 'select_account'}); UserCredential userCredential; if (kIsWeb) { userCredential ...
FabioDev's user avatar
1 vote
1 answer
538 views

Firebase SAML Auth with Azure AD "auth/invalid-credential" after successfull login

I've a Firebase project with Authentication and also SAML works without any problem. I now try to configure a second Firebase project with the same settings and the same SAML login. I configured the ...
bastifix's user avatar
  • 483
1 vote
0 answers
182 views

How can I add a phone auth provider to a tenant in Identity Platform/Firebase?

I can only seem to add the phone auth provider to the default tenant. How can I add it to a tenant? It seems to be missing in the dropdown.
anonymous-dev's user avatar
4 votes
1 answer
725 views

How do you enable auto clean up of anonymous users in Googles Identity Platform?

I have a Firebase project that I have upgraded to the Google Cloud Identity Platform and have added the anonymous sign in feature. Google offers an auto clean up feature that has to be enabled. It's ...
Jayson's user avatar
  • 127
0 votes
1 answer
68 views

Does refreshing firebase/cicp auth token check 3rd party provider for revocation?

Suppose a user signs in using a 3rd party provider, e.g., Google, Microsoft (AD), SAML, OIDC, etc. Typically, the refresh token is good for 2 weeks. If during that 2 week period, the user is ...
jacob's user avatar
  • 2,884

15 30 50 per page