• I followed the firebase guidelines multiple times.

    It says connected at LMS Chat plugin but the page is always reloading.

    If I force to stop de reload, clicking at the “cross”, I can open the chat and write messages. But If I dont stop de loading page, it will be reloading over and over

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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 8 months, 2 weeks ago by silva92.

    Same issue here!

    Plugin Author Omar Faruque

    (@ronymaha)

    Please check your firebase settings carefully. It happen, because it’s not login with your firebase while a user trying to start chat.

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Always refreshing page’ is closed to new replies.