FirebaseWallpaperApp is a wallpaper app module that fetches wallpapers from Firebase and displays them in the app. The app allows users to set wallpapers as their home screen, lock screen, or both, and also includes sharing functionality. It's built using Java and utilizes Firebase for efficient and secure data storage. Fork the repository to contribute to the development of additional features.
- Clone this repository and sync Gradle.
- Create an account in Firebase and obtain the
google-services.json
. - Paste the
google-services.json
inside thesrc
directory in project view (remove the existing one). - Upload wallpapers to Firebase Storage.
- Create a child class in the Realtime Database (named "images").
- Click on the uploaded wallpaper and get the Access Token.
- Copy the Access Token and upload it in the Realtime Database.
- Put anything in the Key Section and paste the Access Token in the value.
- Inside it, upload all the links of wallpapers that you have uploaded in Firebase Storage.
- Run the app, but before that, make sure to change the app name as you desire.