Flutter firebase auth with Microsoft in Mobile platforms #7056
-
Hi. I am trying to do auth with firebase microsoft on my android/ios app. I'm trying to call this functions:
But I get the following exception:
Is any methods to do auth with firebase microsoft on mobile platforms? |
Beta Was this translation helpful? Give feedback.
Answered by
LeonanFragaLeonardo
Sep 24, 2021
Replies: 1 comment 1 reply
-
There is an another package: Another way is to create auth with API: If you have another option, please, share with us. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rulila52
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an another package:
https://pub.dev/packages/flutter_aad_oauth
Another way is to create auth with API:
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow
If you have another option, please, share with us.