FirebaseAuth constructor
Creates a new firebase auth instance.
The instance uses client
and apiKey
for accessing the Firebase REST
endpoints. If locale
is specified, it is used to initialize
the FirebaseAuth.locale property.
Implementation
FirebaseAuth(
Client client,
String apiKey, [
this.locale,
]) : api = RestApi(client, apiKey);