Realm Mobile Platform with Firebase Authentication

My application currently uses Firebase Authentication, and I am already using Realm objects. I just found out about this exciting Realm Mobile platform. I would like to use this platform in my application, but I notice that Realm also has the authentication module that is required. How does this integrate with my Firebase authentication?

+4
source share
1 answer

Realm Object Server now supports username / password, Facebook and Google. If you have other providers, please write about the problem in the realm-mobile-platform repo

If you need to use Firebase, the enterprise version supports custom authentication that falls under it.

+2
source

Source: https://habr.com/ru/post/1656316/


All Articles