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
interactive and token should probably be options for the ng deploy option. Otherwise, it is difficult to deploy via CI environments like CircleCI.
Actual behavior
interactive and token cannot be passed through the builder.
I tried using the environment variable $FIREBASE_TOKEN which I think (not sure) logs me in correctly but prompts for analytics. I guess adding only the interactive flag would bypass this but I think token is the recommended method of passing the FIREBASE_TOKEN.
The text was updated successfully, but these errors were encountered:
Version info
Angular: 8.2.0-next.2
Firebase: 6.3.4
**AngularFire:**5.2.1
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**CircleCI
How to reproduce these conditions
Try and deploy via CircleCI.
Expected behavior
interactive
andtoken
should probably be options for theng deploy
option. Otherwise, it is difficult to deploy via CI environments like CircleCI.Actual behavior
interactive
andtoken
cannot be passed through the builder.I tried using the environment variable
$FIREBASE_TOKEN
which I think (not sure) logs me in correctly but prompts for analytics. I guess adding only theinteractive
flag would bypass this but I thinktoken
is the recommended method of passing theFIREBASE_TOKEN
.The text was updated successfully, but these errors were encountered: