user7956520
user7956520

Reputation:

There is limit on google cloud projects and firebase projects?

I build websites, maybe 100 per year maybe more and I start to use Firebase and Google cloud for my hosting and as a backend but after some projects on blade for firebase I am not able to create new projects.

I make project quota to increase my projects but I don't have any response

My point is there is any alternative for hosting angular 2 apps with node.js backend

Upvotes: 1

Views: 373

Answers (1)

Bravin Balasubramaniam
Bravin Balasubramaniam

Reputation: 494

There are lot more of hosting options available on google cloud than only firebase. Google App Engine(Standard) is one of them. They even give you a predefined run time environment. If you want to use node.js in the background you just have to mention node as your runtime environment in the application configuration file.

Then there is Google App Engine(flexible)

If you want to create your own virtual machine and create your own servers you can choose Google Compute Engine

Upvotes: 2

Related Questions