Storage:
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**}{
allow read, write: if request.auth != null;
}
}
}
and real time database
{
"rules": {
".read": true,
".write": true
}
}
Authetincation method login allowed Email and Password.
And I copied all credentials generated to LMS Chat
-
This reply was modified 2 years, 2 months ago by
silva92.
Please check your firebase settings carefully. It happen, because it’s not login with your firebase while a user trying to start chat.
Thanks for responding
This is what I have at firebase:
const firebaseConfig = {
apiKey: "AAaaAaAAAAaAZ1lqrJkcxjvp78kbeZhb-XXXXXX",
authDomain: "conversascomnpl.firebaseapp.com",
databaseURL: "https://conversascomnpl-default-rtdb.firebaseio.com",
projectId: "conversascomnpl",
storageBucket: "conversascomnpl.appspot.com",
messagingSenderId: "123456789",
appId: "1:20093018412:web:8baca8b186554c9bceab89"
};
This is what I have configured at wordpress:
https://prnt.sc/B6ZcAb4xyHDQ
It there is somethig wrong I will be very happy if you could help