Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- TydeParticipant
Hi Kenneth
I chose the wrong type of firebase database and the data entry options didn’t match up with the WCLovers guide. Once I used the correct DB it went smoothly. The WCLovers documentation on the steps involved is spot on:
https://docs.wclovers.com/live-chat-firebase-rules/
Also watch out for:
Quote: Step 8 : Add “|| request.auth == null” at the last in to the code
Look at the screen shot – line 4: “allow read, write: if request.auth !=null || request.auth == null;
In the default settings make sure the “:” is moved from after the first “null” to after the second “null”
Good luck!
TydeParticipantHi there, I figured it out and was able to connect. All good.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)