Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Google Firebase Hosting support .NET core application?

Will Google Firebase support .NET core application? How to find the list of programming language supported by google firebase.

I couldn't find any information related to the supported programming language in their official site: https://firebase.google.com/docs/hosting/

Update 1: * We can use Node.js and Express App

like image 743
Aravin Avatar asked Jan 03 '23 14:01

Aravin


2 Answers

Firebase Hosting is a static hosting solution that also offers integration with Google Cloud Functions. Firebase Hosting will support whatever languages are supported by Cloud Functions, which is currently only Node.js.

It is unlikely that .NET Core will be supported any time in the near future, if at all.

like image 116
Michael Bleigh Avatar answered Jan 14 '23 15:01

Michael Bleigh


Firebase can be used with IOS, Android, C++, unity, and web according to this page:

https://firebase.google.com/docs/

If you want to use .net

then you can use Firebase Rest API

Also check those:

https://github.com/step-up-labs/firebase-database-dotnet

https://github.com/ziyasal/FireSharp

like image 33
Peter Haddad Avatar answered Jan 14 '23 14:01

Peter Haddad