App Variants
#8549
Replies: 1 comment
-
Currently no |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there a way to build multiple variants of an application with parcel? Let´s say I have a module that takes care of user authentication and I have two different implementations of it, e.g. one using firebase auth and one using a different auth provider. It would be great to build two variants of the application, one using firebase and one using the other auth provider.
Aliases and targets seem to be interesting. However, it does not seem to be possible to define aliases only for targets.
Thanks, Fabian
Beta Was this translation helpful? Give feedback.
All reactions