rlamasb / Firebase.Xamarin

Light weight wrapper for Firebase Realtime Database REST API.
MIT License
149 stars 39 forks source link

Is it possible to do phone authentication? #47

Open ali-h2010 opened 6 years ago

ali-h2010 commented 6 years ago

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.

ali-h2010 commented 6 years ago

Is this plugin not supported anymore?

I can see that the authentication options are: ` public enum FirebaseAuthType { ///

/// The facebook auth. /// Facebook,

    /// <summary>
    /// The google auth.
    /// </summary>
    Google,

    /// <summary>
    /// The github auth.
    /// </summary>
    Github,

    /// <summary>
    /// The twitter auth. 
    /// </summary> 
    Twitter
} `