Search code examples
firebaserealmfirebase-authenticationrealm-mobile-platform

Realm Mobile Platform with Firebase Authentication


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


Solution

  • Realm Object Server supports username/password, Facebook and Google authentication methods right now. If there are other providers you would like, please file an issue in the realm-mobile-platform repo

    If you need to use Firebase, the enterprise edition supports custom authentication, which this falls under.