1

I have been evaluating Firebase Mobile backend as service features, I doubt on a authentication support of it. Does Firebase MBaaS support "LTPA" authentication? I could see it supports oAuth anyway.

Could anyone tried Firebase help me with your answers and reference on LTPA authentication support by Firebase?

Thanks and Appreciate your suggestions..

Stella
  • 1,728
  • 5
  • 41
  • 95

1 Answers1

1

Firebase Authentication supports email + password, Google, Facebook, Github, Twitter and anonymous sign-in out of the box.

On top of that it allows you to integrate any other authentication by minting a custom token on a server you control and then using that token on the client to sign in.

There is no built-in support for IBM LTPA.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807