Hi guys,
I’ve been working on my Checkmark project lately. Dabbling with Google’s Firebase, I added Google authentication to let users sync thei...
For further actions, you may consider blocking this person and/or reporting abuse
Hey, I can help with this. How have you tried to get this to the Firestore?. I can't really see the code that connects to your Firestore. You need to first create a database in Firestore database then sync then store the list in the database. Syncing to real-time is a breeze from there.
Thanks! I’ve created a Firebase Realtime database. Should I use Firestore instead?
No, it's just fine. Now if you got to your database. You will need to get the collection by name in your
app.js. You would do that like so if your collection name is "projects":firebase.google.com/docs/firestore...
firebase.google.com/docs/firestore...
You know what, I'll just probably make a pull request to show how you can do it.
Thanks a lot!!! I’m currently working with all my Javascript in my HTML, but it is getting a little crowded. So should I move it to an
app.jsfile? (I’ve also just followed you on GitHub)Yea, that's what I will suggest. I had some examples with VanillaJS/Jquery -Firebase on my Github but I deleted them, I will try to create an example for you tomorrow.