GCP integration

Hello,

Does anyone know of any plugins for GCP and / or Firebase? It’s a lot easier to manage users inside of something like Cognito in AWS or Firebase in GCP due to the enhanced security features each platform gives you rather than having to code things like 2fa or account freezing during a brute force login attack.

Thank you!

Hi James,

While there are no pre-built plugins/connectors for CGP or Firebase, you are able to connect to them via REST API using the CallRESTEndpoint function. You can then create you’re own re-usable calls.

There are also Amazon specific plugins available for you to use, you can find out more info here

Let me know if you have any other questions.