Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter silva92

    (@silva92)

    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

    Thread Starter silva92

    (@silva92)

    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 12 months ago by silva92.
Viewing 2 replies - 1 through 2 (of 2 total)