Replies: 2 comments 2 replies
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
-
It might be easier - since the underlying firebase-ios-sdk / firebase-android-sdk both support it, to actually implement native support for it here as a PR At first look that might not seem true, but let me be specific:
So that is the real answer to "or other lib that you recommend" - I would recommend actually adding it as a real provider here. Other than that, I'm not sure, handling auth tokens etc between libs is always an exacting thing and I have no experience with Azure unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have been trying to authenticate with microsoft using firebase but I got a few problems...
When my user authenticate with microsoft using the lib 'react-native-azure-auth' I receive some tokens (highlighting the rawIdToken) but then, when I try to create some credential or use the custom token at firebase I have no results.
My objective is to authenticate the user with microsoft and create a firebase token with it, I tried with the custom token and create credentials methods, but nothing has worked so far, which data should I use from 'react-native-azure-auth'(or other lib that you recommend) to authenticate with firebase? And which method should I use from firebase auth?
The documentation seems incomplete about Microsoft Authentication.
Beta Was this translation helpful? Give feedback.
All reactions