How to import Apple credentials into Firebase Authentication

I am looking to migrate user credentials from an existing database to Firebase Authentication.

I have successfully imported user information with the help of this document.

https://firebase.google.com/docs/cli/auth

However, even though Google and Facebook imports are supported, Apple imports are not. We are stumped because Apple is a must for our project. Can anyone tell me how to import Apple information into Firebase Authentication?

Solved Solved
0 1 333
1 ACCEPTED SOLUTION

Self resolved.
It was accomplished by using the importUsers function of the Admin API.

https://cloud.google.com/identity-platform/docs/migrating-users#admin-sdk

View solution in original post

1 REPLY 1

Self resolved.
It was accomplished by using the importUsers function of the Admin API.

https://cloud.google.com/identity-platform/docs/migrating-users#admin-sdk

Top Labels in this Space