[Cloud Functions] Apply the same function to different firebase projects
top of page

[Cloud Functions] Apply the same function to different firebase projects


Overview


If you are using firebase in your smartphone app, you may use different firebase projects for development and production.

If you use cloud functions, here's how to apply the same functions to each project.



Method


※Proceed on the assumption that each project has already been created


You can apply the same function to multiple different projects by using aliases(reference)


1 Add aliases


You can add an alias with the following command.

firebase use --add

Assign your production / development project to a suitable alias (such as prod / dev).

The alias of the project selected when starting cloud functions is "default".


2 Switch aliases


Switch the alias with the following command. (For prod alias)

firebase use prod

If you deploy firebase in this state, the function will be deployed to the project to which the prod alias is assigned.

Recent Posts

See All

Let's do our best with our partner:​ ChatReminder

iphone6.5p2.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Let's do our best with our partner:​ ChatReminder

納品:iPhone6.5①.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Theme diary: Decide the theme and record for each genre

It is a diary application that allows you to post and record with themes and sub-themes for each genre.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png
bottom of page