Open ali-h2010 opened 6 years ago
Is this plugin not supported anymore?
I can see that the authentication options are:
` public enum FirebaseAuthType
{
///
/// <summary>
/// The google auth.
/// </summary>
Google,
/// <summary>
/// The github auth.
/// </summary>
Github,
/// <summary>
/// The twitter auth.
/// </summary>
Twitter
} `
I need to authenticate the phones of users. Is this possible with this plugin? I tried the firebase phone authentication for web and it's working fine so I tough of using it in a web view until I saw this promising plugin.