Rx wrappers to integrate Firebase Authentication in Android or iOS
Apr 5, 2021
This time I would like to share a couple of classes that I usually use to integrate Firebase authentication operations. They are built in RxSwift and RxJava. It is an alternative when you do not want to use third-party libraries.
In iOS:
How to use it
In Android:
How to use it
That is also an example of how we can use wrappers for integrations, not only with Firebase. You could also design wrappers to integrate microservices on GCP or AWS. I recommend you this other article Web and Mobile Backend Services Patterns.