Hello, I will create this question because I have read several Firebase documents and I have not gotten anything so far. First of all I know that my question may have several extensive answers, but if anyone can help me, I thank you right away.
- I'm creating a sales app, but I need to save these sales online.
- I'm using PARSE for the products. She checks online and returns the products. If you do not have internet, it will give you a warning that I'm out of the internet.
- But in sales I would like to do differently. The user could make the sale normally and when he connects to a network these sales would be sent automatically.
Nowadays I know there are several libraries that do this (Realm is one and Firebase is different). Reading the Firebase documentation I know it does too. But I could not quite understand how it works. Today I already use Firebase in my project. I use their Analytics module. The rest never moved.
So I wonder if anyone can explain this better? Or if someone has already done this kind of synchronization and if you can help, it would be rewarding.
Thank you.