September 2019
Beginner
512 pages
12h 52m
English
We should add the core plugin to our project as the initial fundamental dependency as shown in the following code:
# part of pubspec.yamldependencies: ... firebase_core: 0.2.5 # Firebase Core
Besides that, we should add any Firebase dependencies as needed. Furthermore, we should add firebase_auth to work with phone authentication:
# part of pubspec.yamldependencies: ... firebase_core: 0.3.4 # Firebase Core
Read now
Unlock full access