I want. But not working.
Thank you very much. Δ°ts working.
Hello, thanks for such a wonderful extension, I'm a little confused with its use, I just want to know how to show the result of my query in a text label and start from there with my practice... how can I do it??
If you had read the topic you would have seen this:
Also, you are using Kodular, if you look on that community, there is an updated version of this extension (paid) that may work for you.
Does the extension work with Firebase Authentication tokens? if yes how?
I suggest you read this topic in it's entirety
I did but I didn't find a clear answer.. I want to make a chat using firestore component not rest api..
- No authentication
- No longer works
- Why not want to use REST API?
I found someone remaked it I will try it
For rest api because it doesn't manage tokens and all process automatically so overload causes errors and bugs.
I didn't experience any of the issues you indicate:
also I want Real-time chatting updates so could it happen with rest api??
Did you actually read my guide ?
Hi, I applied your solution but in realtime database and it worked fine with open rules but when I added authentication the listener did not work. I tried changing some things in the html file and blocks but it didn't work.. Can you help?
I am talking about your guide here
You wanted Firestore ?
removed due to firebaseConfig content
If memory serves me correctly, you should not need to use authentication for the dataChanged html, because you are using the full firebaseConfig to "authenticate". You should, however, be setting the nodes that the user can listen to and call back.
After I restricted the rules It no longer works whether I put authentication in the html file or not