firebase serve --only functions,hosting

Import/export DB:

mongoexport --host Cluster0-shard-0/cluster0-shard-00-00-fiqjo.mongodb.net:27017,cluster0-shard-00-01-fiqjo.mongodb.net:27017,cluster0-shard-00-02-fiqjo.mongodb.net:27017 --ssl --username harper --password RFMyEwpUe4Bj --authenticationDatabase admin --db harper-test --collection partners --out partners

mongoimport --host Cluster0-shard-0/cluster0-shard-00-00-fiqjo.mongodb.net:27017,cluster0-shard-00-01-fiqjo.mongodb.net:27017,cluster0-shard-00-02-fiqjo.mongodb.net:27017 --ssl --username harper --password RFMyEwpUe4Bj --authenticationDatabase admin --db harper-production --collection partners --file partners

Videos tutorials:

How to deploy firebase app

How to CRUD Angular + Firebase