Spotify api authentication with React Native and Express (using Firebase)
- Authorize user with their Spotify account
- Get user recently played tracks
- Get categories
Use the .env.sample to create a .env file with your Spotify credentials then run:
npm installto install dependencies- and
npm startto start the metro. - For Android :
npm run android - For iOS :
npm run ios
- Create a firebase project with
Blaze plan - Use
firebase.jsonand set the local ip address like this:
in case you want to launch on local. - launch
npm installto install all the dependencies - Then run
npm run serveto launch the firebase emulator - Or run
npm run deployto deploy on firebase.
- Add tests
- Implement library and search screen
- Refacto
- Implement track playing
- Animate the list
- Improve Bottom Tab Animation
- And more

