I don't have an identity provider
You can use the Project ID from the
Firebase
project to determine the discovery URL and Authorized Client ID. See Information about compliant IDPs.- Create aFirebaseproject and register your application.
- For Android, see https://firebase.google.com/docs/android/setup.
- For iOS, see https://firebase.google.com/docs/ios/setup.
- Determine theGoogleauthentication mechanism that you want to integrate with. For example, you can easily use password authentication (Email/Password) as the sign-in method and add a test user. The Pyrite Financial sample application demonstrates password authentication.
- To configure yourFirebaseIDP withBlackBerry, you need to retrieve the Project ID from theFirebaseconsole.
- On the left menu, besideProject Overview, click the gear icon to view theProject Settings.
- Copy the Project ID value.