I dont know how to access or send message to firebase and implement chat functionality in my app please help me out .
Mevi
March 21, 2022, 9:49am
#2
Hi! We don’t have a tutorial on that I’m afraid, so you’ll have to ask more specific questions To get started, here are some forum threads about firebase:
I’ve been reading a lot of questions of how to use the Upload Files flow function, and how to make this work with Firebase Storage. So I decided to look into this myself, and after some trial and error, I managed to get this to work with a successful file upload to my Firebase Storage bucket.
This example does not use Authentication. I just set my Storage rules to allow all reads/writes to keep this simple:
[Capture]
Here is how I did it:
First, Create a List of Objects variable. I called m…