In this tutorial I show you how to retrieve realtime data from a Firebase Database using Android Studio. The Firebase database stores the information as a JSON file and I show you how to retrieve each branch of information from that tree.
Here is a link to the quiz from the previous tutorial on my github page.
https://github.com/skooltch84/Multipl...
Here is a link to the other tutorial in case you missed it.
• Android Studio: Create a Multiple Cho...
GitHub to export spread sheet as a JSON:
https://gist.github.com/pamelafox/187...
Code to get SHA-1 on a mac
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android