1

I've to create a json returning api hosted on aws(aws is must can't use Firebase cloud Functions).

User who have logged in on webapp can only access api.

I've found Serverless Api with Aws Api Gateway + DynamoDB which doesn't use Aws Lambda Functions.

Access can be limited using AWS Cognito which isn't free!

FirebaseAuth is free! . So my question is how do I use firebase auth to limit access to above api?

Garvit Jain
  • 1,862
  • 2
  • 19
  • 27