September 2019
Beginner
512 pages
12h 52m
English
As we have seen before, Firebase contains a collection of useful technologies and we need to configure each one that we might need for our project. Let's configure the authentication layer of our app. The authentication layer is fundamental for our app; if you remember, the user favor requests are made to friends, and for this to happen, we need the user to be capable of sending the request to a specific user. We do this identification by using the user's phone number as its identity. We need to do that in the following steps:
# part of pubspec.yaml ...
Read now
Unlock full access