realm-kotlin
realm-kotlin copied to clipboard
Support for Custom Function Auth Provider
We need to support all authentication providers from https://docs.mongodb.com/realm/authentication/providers.
Currently only support ones are anonymous and emailPassword. Remain are:
API_KEY("api-key"),
APPLE("oauth2-apple"),
CUSTOM_FUNCTION("custom-function"),
FACEBOOK("oauth2-facebook"),
GOOGLE("oauth2-google"),
JWT("jwt"),
Only CUSTOM_FUNCTION is missing which depends on #648
➤ Christan Melchior commented:
Only CUSTOM_FUNCTION is missing. This is tracked in https://github.com/realm/realm-kotlin/issues/741