Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with firebase groups #17

Open
alexpchin opened this issue Dec 14, 2022 · 1 comment
Open

Using with firebase groups #17

alexpchin opened this issue Dec 14, 2022 · 1 comment

Comments

@alexpchin
Copy link

I'm trying to get the project to work with firebase groups, where my index file exports like this:

export * from '@app/verification';
export * from '@app/xero';
export * from '@app/zendesk';

Any tips on how to achieve this?

I've tried not using an alias, e.g.:

export * from './verification';
export * from './xero';
export * from './zendesk';

But still no dice.

@alexpchin
Copy link
Author

Any help on this would be much appreciated.

Within each folder, I export an object:

import someFunc from '/funcLocation';

export const verification = {
   someFunc
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant