Skip to content

Commit fe99221

Browse files
committed
add disabled features info
1 parent 3afeb52 commit fe99221

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/resources/projects/libraries.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,26 @@ To publish a FlutterFlow project as a library, start by creating a FlutterFlow p
7070
- Libraries can only be published from the main branch, and each published version is linked to a specific commit, ensuring robust version control.
7171
:::
7272

73+
### Disabled Features in a Library
74+
75+
When a project is converted into a library, the following features are disabled to ensure compatibility and functionality limitations:
76+
77+
- App settings
78+
- Firebase
79+
- Development environment
80+
- Authentication
81+
- Push notifications
82+
- Mobile deployment
83+
- Web deployment
84+
- Stripe
85+
- Braintree
86+
- Razorpay
87+
- Google Analytics
88+
- OneSignal
89+
- Mux
90+
- Cloud functions
91+
- Firestore Collections
92+
7393
## Importing a Library
7494

7595
Open the FlutterFlow project where you'd like to import a library, then follow these steps:

0 commit comments

Comments
 (0)