Open MikeCraig418 opened 4 years ago
hello @949mac , check if your database uses authentication in the firestore database rule .. you could use something like this, if your base uses email / password authentication
$firestoreClient = new FirestoreClient('projectId', 'apiKey', [ 'database' => '(default)', ]);
$auth = new FirestoreAuthentication($firestoreClient);
$auth->signInEmailPassword('email', 'password');
I hope I helped you
Hello --
What am I missing here:
I checked my API keys, everything looks good.