How can someone do a traffic splitting between more than one release version on firebase hosting

372 views Asked by At

For instance, in App Engine, Cloud Run and K8, it is possible to split the traffic between multiple versions especially if you want to perform A/B testing or do a canary release.. So, i was wondering if firebase hosting also has this same feature or how can it be done with firebase hosting.

1

There are 1 answers

0
Doug Stevenson On

Firebase Hosting currently has no formal "canary" feature, though you could certainly file that as a feature request with Firebase support.

You can, however, test locally with the emulator, publish to a temporary preview channel, the deploy from that preview when you're satisfied with it.