diff --git a/README.md b/README.md index ff838123..94e12287 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ cd fluffychat 3. Choose your target platform below and enable support for it. +3.1 If you want, enable Googles Firebase Cloud Messaging: + +`git apply ./scripts/enable-android-google-services.patch` + 4. Debug with: `flutter run` ### Android diff --git a/scripts/build-ios.sh b/scripts/build-ios.sh index 9ea2c8c9..7fd791b5 100755 --- a/scripts/build-ios.sh +++ b/scripts/build-ios.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +git apply ./scripts/enable-android-google-services.patch FLUFFYCHAT_ORIG_GROUP="im.fluffychat" FLUFFYCHAT_ORIG_TEAM="4NXF6Z997G" #FLUFFYCHAT_NEW_GROUP="com.example.fluffychat"