A basic Xamarin.Forms structure for easy authentication, using and Email and Password, via Firebase on Android (iOS support will be added in the future)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will first need to create a new app from your Firebase console. A comprehensive set of instructions are given here
Please install the latest version of Visual Studio with the following NuGet packages
- Xamarin.Forms
- MVVMLight
- Android
- Xamarin.Firebase.Auth
- Xamarin.Firebase.Common
- Xamarin.Firebase.lid
- Xamarin.Firebase.Messenging
Please make sure you place your google-services.json into the Droid directory. This will allow communications with your own Firebase Auth service.