Sunday, March 26, 2017

Creating a Firebase Database App for Android

This Video Covers: 
- Creating a Firebase project
- Getting the Android Fingerprint
- Generate the google-services.json
- Create a Android Sandbox App with Firebase
- Set Firebase database rules to public
- And test pushing data to Firebase database



Create a Firebase Project Site
https://firebase.google.com

Get the Android Fingerprint Guide
https://developers.google.com/android/guides/client-auth

Setting Up Android Firebase Dependencies Guide
https://firebase.google.com/docs/android/setup


No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...