firechat icon indicating copy to clipboard operation
firechat copied to clipboard

Real-time Chat powered by Firebase

Results 44 firechat issues
Sort by recently updated
recently updated
newest added

How do we make users as moderators. I have tried adding a record with :true under /moderators in my Firebase console, but it isn't registering that user as moderator. Is...

Hello. I am trying to authenticate with GoogleAuthProvider. Can you please describe this? Thanks & Regards

I have a Firechat implementation that initializes properly but when logged in you can create and enter rooms but the messages go nowhere. I've built functions to handle the sending...

i used this to set user in firechat. chat.setUser( user.uid, logged_username//"firebase_17" ); but when user update their profile in my site then their upcoming should sent message should have latest...

``` function login() { // Log the user in via Twitter var provider = new firebase.auth.TwitterAuthProvider(); firebase.auth().signInWithPopup(provider).catch(function(error) { console.log("Error authenticating user:", error); }); } firebase.auth().onAuthStateChanged(function(user) { // Once authenticated, instantiate...

This is an attempt to add automated testing to this app; it's far from a place ready to review; I just wanted to see how far off from the main...

Uncaught Error: Unable to find chat templates! Grunt compiles templates using with() structure which causes error, because ES2015 deprecated with.

What is the best way to load previous messages on scrolling to top ? currently I am using limitToLast(10) then limitToLast(20) ....limitToLast(100)... On side note, if someone could tell how...

Do you have a sample code or which lines to change somewhere? Regards

I get `TypeError: f is null[Learn More] firechat.min.js:1:29478 ` whenever I try to load Firechat.js