You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow update: if resource.data.senderId != request.auth.id;
allow create: if request.auth != null;
}
match /conversations/{conversation=**} { // ! This line ensures that the chattou-v1 application continues to work while I finish v2, since I am using the same firestore.