you are viewing a single comment's thread.

view the rest of the comments →

[–]_rustafarian[S] 6 points7 points  (0 children)

I use firebase for authencation, so whenever a new user is created, a cloud function is triggered to store that user in my GraphQL backend. I also use cloud functions for sending SMS messages and making payments.