Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate firebase in Nrwl Nx

I'd really like to integrate firebase as well as firebase cli to my apps in Nx but don't know how. I use firebase functions/hosting/cli-tools, etc. Ideally I'd like to be able to use the firebase cli to deploy individual apps for hosting and cloud functions, rules, etc.

like image 948
tommyc38 Avatar asked Dec 13 '17 06:12

tommyc38


1 Answers

I have stumbled on the same problem and created discussion on their github repository. Feel free to join: https://github.com/nrwl/nx/issues/836

like image 138
Bielik Avatar answered Oct 27 '22 04:10

Bielik