Skip to content

LucasPM97/XamarinAndroidFirebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

XamarinAndroidFirebase

Using Firebase :

  • Signin and Login with Facebook and Google Accounts
  • Upload images in Firebase Storage with User Authentication.

Remember to insert the respective keys in strings.xml:

<string name="app_name">
    <!--App Name-->
  </string>
  <string name="facebook_app_id">
    <!--Facebook App Id-->
  </string>
  <string name="fb_login_protocol_scheme">
    <!--FB Login Protocol Name-->
  </string>
  <string name="server_client_id">
    <!--Server Client Id-->
  </string>

Without this keys the proyect will not run.