|
|
|
|
|
by hamandcheese
2785 days ago
|
|
GraphQL is not comparable to Firebase, it is comparable to implementing your own REST/gRPC/Thrift API. When comparing apples to apples, GraphQL is amazing for rapidly iterating. I think the biggest risk with GraphQL is it’s too easy to just mirror your data structures as an API. Also, unrelated to the above, but we use Firebase for a few auxiliary real-time needs at work and it goes down constantly. |
|
Rapidly iterating what?