Quiz on Firebase Services
Test your understanding of how to utilize Firebase services in Android.
We'll cover the following...
We'll cover the following...
Test your understanding of how to utilize Firebase services in Android
1
(Select all that apply.) Assume you need to add Firebase Authentication in your application. Which of the following are true in the above scenario?
A)
Add the com.google.firebase:firebase-bom
SDK dependency in the app.
B)
Add the com.google.firebase:firebase-auth-ktx
dependency in the app.
C)
Download google-services.json
from the Firebase console, and add it to your project.
D)
Add the com.firebaseui:firebase-ui-auth
dependency, even if you’re using a custom UI.
Question 1 of 50 attempted
...