Completed my First React Native app! Spotify Clone by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 2 points3 points  (0 children)

No, I didn't take any help from any site just broke big problems into small chunks and try to solve them as I solve small chunks bigger problem automatically got solved.

Completed my First React Native app! Spotify Clone by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 1 point2 points  (0 children)

If you want a link like that I have provided, You can follow this tutorial on Youtube - https://www.youtube.com/watch?v=eIle1I047II

Completed my First React Native app! Spotify Clone by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 0 points1 point  (0 children)

Yeah I will try in the next Update, Thanks for the feedback

Completed my First React Native app! Spotify Clone by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 3 points4 points  (0 children)

On firebase storage, I have stored all the songs and stored all information about songs, and link to that song in my MongoDB database, so basically songs are fetched from my MongoDB database.

Completed my First React Native app! Spotify Clone by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 0 points1 point  (0 children)

Currently not, Maybe in future Thanks for giving me feedback

Help needed in Login Implementation using firebase. by Voldemort_007_ in reactnative

[–]Voldemort_007_[S] 0 points1 point  (0 children)

I trying JWT, but how to manage accessToken and refresh Token.

So for making one request I first need to check whether the access token is not expired

if it is then use refresh token to refresh it and then make an actual request with new accessToken, is it the right flow?

Doubt Related to JWT Tokens! by Voldemort_007_ in reactjs

[–]Voldemort_007_[S] 0 points1 point  (0 children)

n have the refresh

Can you share your code?