is there anyway to access cloud functions with versions?
up vote
0
down vote
favorite
I am using firebase for production and dev.
anyway to access cloud functions with versions?
for example:
https://********.cloudfunctions.net/v1.2/getUserslist/
https://********.cloudfunctions.net/v1.1/getUserslist/
firebase google-cloud-firestore
add a comment |
up vote
0
down vote
favorite
I am using firebase for production and dev.
anyway to access cloud functions with versions?
for example:
https://********.cloudfunctions.net/v1.2/getUserslist/
https://********.cloudfunctions.net/v1.1/getUserslist/
firebase google-cloud-firestore
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am using firebase for production and dev.
anyway to access cloud functions with versions?
for example:
https://********.cloudfunctions.net/v1.2/getUserslist/
https://********.cloudfunctions.net/v1.1/getUserslist/
firebase google-cloud-firestore
I am using firebase for production and dev.
anyway to access cloud functions with versions?
for example:
https://********.cloudfunctions.net/v1.2/getUserslist/
https://********.cloudfunctions.net/v1.1/getUserslist/
firebase google-cloud-firestore
firebase google-cloud-firestore
edited 2 days ago
Doug Stevenson
65.2k77897
65.2k77897
asked 2 days ago
S Mohan
32
32
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago
add a comment |
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373550%2fis-there-anyway-to-access-cloud-functions-with-versions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Look into using Express routes to direct traffic from different paths to different functions.
– Doug Stevenson
2 days ago