Skip to content

Commit 0588668

Browse files
Miguel RamosSalakar
authored andcommitted
Update README.md
Change the readme so that it is in sync with the partnership agreement.
1 parent ec44914 commit 0588668

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# FlutterFire Desktop
1+
# Firebase's Dart SDK
22

33
<a href="https://invertase.link/discord">
44
<img src="https://img.shields.io/discord/295953187817521152.svg?style=flat-square&colorA=7289da&label=Chat%20on%20Discord" alt="Chat on Discord">
55
</a>
66

7-
A work in progress pure Dart implementation of Firebase with initial support aimed at FlutterFire for Linux & Windows.
87

9-
A FlutterFire dev preview release will be available soon making these packages available for Linux and Windows.
8+
The Dart SDK allows Flutter and Dart apps to consume Firebase services.
109

11-
Learn more about the current progress of this project in [our blog](https://invertase.io/blog/announcing-flutterfire-desktop).
10+
It is an __early-stage, experimental__ pure-Dart implementation of Firebase SDKs, without wrapping the existing Android, iOS, web, or C++ SDKs. The initial work is focused on supporting Firebase for Linux and Windows platforms.
1211

1312
## Usage
1413

15-
To use this plugin as FlutterFire's implementation for Desktop, add it to your app's `pubspec.yaml` along with the main plugin:
14+
To use this plugin, add the following dependencies to your app's `pubspec.yaml` file, along with the main plugin:
1615

1716
```yaml
1817
dependencies:
@@ -24,7 +23,8 @@ dependencies:
2423
2524
## Firebase App Initialization
2625
27-
Unlike FlutterFire for mobile and web platforms, the initialization in Desktop is done from Dart, which means there are no additional config files required.
26+
Unlike the Firebase Flutter SDK, the Firebase initialization is done from Dart code, which means no additional config files are required.
27+
2828
### DEFAULT app
2929
To initialize the default app, provide only options without a name.
3030
```dart

0 commit comments

Comments
 (0)