|
|
|
|
|
by miles_matthias
3842 days ago
|
|
I'm a big fan of services like Parse & Firebase so it's cool to see something open source and independent get released. I've never made the jump to use Parse or Firebase in production though because inevitably I have to write some custom server code to do some integration. For example - payments with Stripe. Charges should only occur on your server (not on the client) but I've yet to see anyone allow you to configure a payment trigger in one of these services. |
|
You may think differently if you're using Firebase as the fastest way to get an MVP up and running (that happens to be my use case)