Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Issue with write rule on firestore

I am facing a set data rule issue... 

It was working then stopped working nothing changes in the rules... I have created another project it worked for another 2days and suddenly stopped again

await _database
          .collection('users')
          .doc('$id')
          .set({
        'uid': id,
        'email': email,
        'firstName': fname,
        'lastName': lname,
        'coins': 10000,
        'merchant_id': '',
        'location': 'Current location',
      });
0 1 111
1 REPLY 1

Hi @Shegun ,

Could you also please include your Firestore Rules? Thank you.

Regards,
Marc