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',
});
Hi @Shegun ,
Could you also please include your Firestore Rules? Thank you.
Regards,
Marc