-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
docs: describe cache in Flutter Firebase Login Tutorial #3941
Comments
@felangel anyone work on this? Can I work with it? |
Hi @felangel @cavator this will be enough for the developers who are new to flutter, firebase , or the bloc pattern Explanation of Caching Improved User Experience: By caching the user's authentication state, the application can avoid unnecessary sign-in prompts and provide a smoother transition between app sessions. Caching Mechanism: Explain the caching mechanism used, such as shared preferences or other caching mechanisms. For each package, the following information could be included: Package Name and Description: Provide the name of the package and a brief description of its purpose. This could include: BLoC Pattern Overview: Provide a brief introduction to the BLoC pattern and its importance in the context of the tutorial. The setup instructions could cover the following: Firebase Project Setup: Provide step-by-step instructions for creating a new Firebase project, registering the application, and configuring the necessary services (e.g., Firebase Authentication). |
Description
Clearly describe what documentation you are looking to add or improve.
In https://bloclibrary.dev/#/flutterfirebaselogintutorial you guys just use cache, but never talk about cache, have nothing about it, if u didn't go in the repo in just CTRL+C, CTRL+V the files u can't do the tutorial by your own. even if you know about cache, why have no explanation or the code of cache in the tutorial, it makes no sense.
"But it's a BLoC tutorial". Ok, but how can i follow if the tutorial it's incomplete.
why you use things without explaining the propose, what this doing, why create this package...
things like that
The text was updated successfully, but these errors were encountered: