Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danfalcon225/chatapp_androidstudio
A chat application in Android Studio using Firestore and Firebase Cloud Messaging
https://github.com/danfalcon225/chatapp_androidstudio
android android-application chat-application java
Last synced: 21 days ago
JSON representation
A chat application in Android Studio using Firestore and Firebase Cloud Messaging
- Host: GitHub
- URL: https://github.com/danfalcon225/chatapp_androidstudio
- Owner: DanFalcon225
- Created: 2022-06-02T02:29:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T22:08:12.000Z (about 2 years ago)
- Last Synced: 2024-04-22T20:34:18.311Z (8 months ago)
- Topics: android, android-application, chat-application, java
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp_AndroidStudio
A chat application in Android Studio using Firestore and Firebase Cloud MessagingPrerequisites:
1) Enable Firestore and Could Messaging in Android Studio IDE
1.1) Since Android Studio IDE is constantly gets updated the manual of the set up which is given in Firebase website is outdated in particular aspects. For instance,
configuration of Firebase files and corresponding SDK requires less coding now but on Firebase website users are still advised to follow the old steps.
Therefore, it is advisable to set up Firebase through Android Studio IDE.
2) Set up server key for the push notification feature:On Firebase go to the project setting -> open Cloud Messaging tab -> copy a server key -> Open Utilities folder in a project (in Android Studio IDE) ->
pasted copied key in Constants.java (make sure "key=" is written at the beginning)PS
Please note that push notification works on Android version up to 11.
So, make sure you are installing emulator with appropriate version.