You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the dartfunctions experiment has its config set to public: false, making it not visible to users in the CLI when running firebase experiments:list. This should be flipped now that Dart functions are public to use.
Right now, the dartfunctions experiment has its config set to
public: false, making it not visible to users in the CLI when runningfirebase experiments:list. This should be flipped now that Dart functions are public to use.