Live chat with firebase

Home Forums Legacy Support 4.0 Bugs & Issues Live chat with firebase

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #343625
    khaledshbair86
    Participant
    Hi I followed these steps https://www.youtube.com/watch?v=JDXemP5TfM8&t=314s and I make all the steps that you required for live chat to be available, but the issue that the live chat only appears in PWA for the admin but for the instructor and student it didn’t appear, I clicked on the button many times and nothing appeared!! Help this is an URGENT !!
    #344009
    Scott Lang
    Moderator
    Please share your admin and student details in a private reply with the site URL. I have a check at your end.
    #344205
    khaledshbair86
    Participant
    This reply has been marked as private.
    #344244
    Scott Lang
    Moderator
    Checked at my end working fine https://prnt.sc/10e7lc8with my firebase credential but not work at your end. Please try to deactivate all third-party plugins and update all plugins to the latest version and let us know if the issue still occure.
    #344269
    khaledshbair86
    Participant
    This reply has been marked as private.
    #344589
    Anshuman Sahu
    Keymaster
    these are the rules :
    {
      "rules": {
        ".read": "auth != null",
        ".write":"auth != null",
        "notifications":{ 
          ".indexOn":["status"] 
        },
        "users":{
          "$uid":{
            "chats":{
              ".indexOn":["lastUpdated"]
            }
          }
        }
      }
    }
    make sure that singin menthods are also enabled : https://prnt.sc/10g3wbs Lastly the account with the site having gmail id should be logged in : [email protected]
    #344590
    Scott Lang
    Moderator
    No this is not an issue with your firebase credential, I have checked with my own but not working. Looks like something causing issue to not work at your wend Give me time to check I'll update here.
    #344746
    khaledshbair86
    Participant
    This reply has been marked as private.
    #345018
    Diana
    Participant
    This reply has been marked as private.
    #345184
    khaledshbair86
    Participant
    This reply has been marked as private.
    #345397
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #345949
    khaledshbair86
    Participant
    This reply has been marked as private.
    #346096
    Anshuman Sahu
    Keymaster
    Hi we do have the issue when user resets his password or password is reset from admin the firebase modules does not works for that user . We are working on to fix this .
    #346150
    khaledshbair86
    Participant
    Thank you, Alex Waiting for you to fix
    #346689
    khaledshbair86
    Participant
    Hello Alex How are you The issue of live chat appears again! just the admin can use it the other role didn't appear when I click on the button. see the video https://screencast-o-matic.com/watch/crebQRVc7tl and I login for the student and instructor from the front end page
Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘Live chat with firebase’ is closed to new replies.