Skip to content

Commit

Permalink
feat: removed firebase options from git
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-dev committed Sep 25, 2024
1 parent c78b907 commit 64e4683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
4 changes: 3 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ app.*.map.json
/android/app/release

# FVM Version Cache
.fvm/
.fvm/

lib/firebase_options.dart
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Firebase Notifications Handler Demo

To test the example app, clone the project and replace the [firebase_options.dart](https://github.com/rithik-dev/firebase_notifications_handler/blob/master/example/lib/firebase_options.dart) with your firebase project file.
To test the example app, clone the project and add the `firebase_options.dart` with your firebase options file in `lib/firebase_options.dart`.

Then, build the app and run it. The app is set to receive notifications.

Expand Down
52 changes: 0 additions & 52 deletions example/lib/firebase_options.dart

This file was deleted.

0 comments on commit 64e4683

Please sign in to comment.