Calling asynchronous Firebase APIs from Swift
Most of Firebase’s APIs are asynchronous.
This might be confusing at first: you’re making a call, for example to fetch some data from Firestore, but you don’t get a result back.
Why does this happen, what does “asynchronous API” mean, and how do you ...
peterfriese.hashnode.dev9 min read