1

Let say i have a firebase db at https://vivid-fire-id.firebaseio.com/.

So the browser will try to connect to vivid-fire-id.firebaseio.com particular domain.

Is there way to add a custom domain from which the db is accessed from? For eg: https://firebase.mydomain.com

This is required to make sure that firewalls do not create problem while access our application.

Bhuvan
  • 4,028
  • 6
  • 42
  • 84

1 Answers1

0

api gateway can be one of possible solution. Google search reveals lot of info on api gateways Treat firebase as a microservice.

binoyees
  • 53
  • 8