-
Notifications
You must be signed in to change notification settings - Fork 58
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
Libraries support for Firebase #249
Conversation
Run & review this pull request in StackBlitz Codeflow. |
@@ -98,8 +97,6 @@ When a project is converted into a library, the following features are disabled | |||
- Google Analytics | |||
- OneSignal | |||
- Mux | |||
- Cloud functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leighajarett just fyi, I have removed this as well.
@@ -318,6 +315,23 @@ To set library values, navigate to **Settings and Integrations > Project Setup > | |||
For different [**development environments**](../../testing-deployment-publishing/development-environments/development-environments.md) (e.g., development vs. production), you can bind Library Values to [**environment values**](../../testing-deployment-publishing/development-environments/development-environments.md#use-environment-values). For instance, you could have two different Library Values for an API key, such as `DEV_OPENAI_API_KEY` and `PROD_OPENAI_API_KEY`, and bind them to the development and production environments to track API usage separately. | |||
::: | |||
|
|||
## Libraries with Firebase | |||
You can create collections and enable various Firebase features in library projects without connecting a separate Firebase project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about marketplace Library projects? Will they also have Firebase project enabled and marketplace users can use that directly ? Shouldn't be the case, right? @pinkeshmars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some fixes needed in examples.
docs/resources/projects/libraries.md
Outdated
|
||
Here are some examples of library projects you can build with Firebase: | ||
|
||
- **Notes or Reminders Lists**: A library that manages basic collections for notes, tasks, or reminders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is a good example. But rather we can say if your team is working on multiple projects and all of them have a common feature that uses Firebase such as XYZ then its a great usecase to convert that into a Library so it can have the same logic and connect to the same Firestore project.
Description
Added info on libraries with Firebase
Linear ticket and magic word Fixes DEVR-740
Type of change