FCM-toolbox
๐ฒ Firebase Cloud Messaging toolbox
File Explorer
Download Latest Version (.zip)- android.yml
- dependabot-auto-merge.yml
- dependabot.yml
- Github.run.xml
- 1.json
- AppDatabase.kt
- MessageDao.kt
- Message.kt
- Payload.kt
- Presence.kt
- Token.kt
- InMemoryTokenRepository.kt
- MessageRepository.kt
- TokenRepository.kt
- Modules.kt
- FcmService.kt
- GetTokenUseCase.kt
- ResetTokenUseCase.kt
- UpdateTokenUseCase.kt
- Extensions.kt
- Notifications.kt
- MessagesAdapter.kt
- CopyToClipboardActivity.kt
- MainActivity.kt
- SpacingItemDecoration.kt
- TimeAgoTextView.kt
- MainViewModel.kt
- PresenceLiveData.kt
- App.kt
- fast_scroll_thumb.xml
- fast_scroll_track.xml
- ic_chat_24dp.xml
- ic_code_24dp.xml
- ic_link_24dp.xml
- ic_monitor_heart_24.xml
- ic_notifications_none_24dp.xml
- ic_shop_24dp.xml
- ic_whatshot_128dp.xml
- selector_background.xml
- activity_main.xml
- item_payload.xml
- topics_dialog.xml
- menu_main.xml
- ic_launcher.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- dimens.xml
- ic_launcher_background.xml
- notifications.xml
- strings.xml
- styles.xml
- dimens.xml
- shortcuts.xml
- AndroidManifest.xml
- ic_launcher-web.png
- .gitignore
- build.gradle.kts
- debug-keystore.jks
- google-services.json
- android_empty.png
- android_list.png
- android_notifications.png
- demo.gif
- web.png
- web_configuration.png
- index.html
- database.rules.json
- .eslintrc.js
- .gitignore
- index.js
- package-lock.json
- package.json
- assetlinks.json
- .prettierrc
- 192.png
- 512.png
- favicon.png
- fcm-toolbox.css
- fcm-toolbox.js
- googlece31e63944bbd01f.html
- index.html
- manifest.json
- sw.js
- .firebaserc
- .gitignore
- database.rules.json
- firebase.json
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- .editorconfig
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- privacy_policy.md
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/SimonMarquis/FCM-toolbox
Downloads the entire project code from GitHub to your computer.
cd FCM-toolbox
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd firebase/functions
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
