简体   繁体   English

如何将 firebase 项目与 flutter 链接

[英]How to link firebase project with flutter

I recently created a todo app in flutter so I want to read and write from a firebase project??我最近在 flutter 中创建了一个待办事项应用程序,所以我想从 firebase 项目中读写? I have tried researching how to do that but I couldn't figure it out我曾尝试研究如何做到这一点,但我无法弄清楚

You need to create a project in the firebase console, download the google-services.json and add it under android/app/ directory and then you can add the firebase plugins to your pubspec.yaml file. You need to create a project in the firebase console, download the google-services.json and add it under android/app/ directory and then you can add the firebase plugins to your pubspec.yaml file.

https://medium.com/firebase-tips-tricks/how-to-use-firebase-realtime-database-with-flutter-ebd98aba2c91 https://medium.com/firebase-tips-tricks/how-to-use-firebase-realtime-database-with-flutter-ebd98aba2c91

https://stackoverflow.com/a/51783938/7015400 https://stackoverflow.com/a/51783938/7015400

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法将 Flutter Web 应用程序链接到 Firebase 项目/无限加载 - Can't link flutter web application to firebase project / infinite loading 如何在 firebase Flutter 中将 2 个用户链接在一起 - How to link 2 users together in firebase Flutter 如何将 Firebase-Crashlytics 添加到 Flutter 项目? - How to add Firebase-Crashlytics to Flutter project? 如何为flutter上的应用更改Firebase项目 - How change the Firebase project for an app on flutter 如何使用 firebase 更改 flutter 项目中的 API KEY? - How to change API KEY in flutter project with firebase? 如何在Flutter中使用Firebase模拟器演示工程? - How to use a Firebase emulator demo project in Flutter? Flutter 上的 Firebase 动态链接 - Firebase Dynamic Link on Flutter Flutter:如何将多个Firebase项目添加到我的Flutter项目中 - Flutter: How to add multiple Firebase projects to my Flutter project firebase 无密码身份验证如何与 Flutter 应用程序的动态链接一起使用? - How does firebase passwordless authentication work with dynamic link for a flutter app? 当用户在 Flutter 应用程序中单击 Firebase 通知时如何打开链接? - How to open a link when user clicks on Firebase notification in a Flutter App?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM