Mitchures / animitchures

Animitchures is a full featured anime tracking application built using React, Typescript, Firebase, and the Anilist.co GraphQL API. It also includes user authentication that features "Sign in with" Apple and Google providers.
2 stars 2 forks source link

Amazing project !! I have some questions... #1

Open animemandir opened 2 years ago

animemandir commented 2 years ago

Can you give full instructions on how to setup firebase, firestore and login. Have you hosted it somewhere? Any demo?

Mitchures commented 2 years ago

Hey there! Thanks so much for the compliment! I greatly appreciate it. Its also awesome to see more developers who are anime fans!

Per your question, Id be happy to recommend some videos where I learned how to use Firebase, Firestore and essentially the way I build user authentication. 😊 As for a demo, I'm still not finished with some of the main features I want to add with the app so I currently don't have it deployed yet. I'd be happy to let you know though as soon as I do! 😊

Here are some of my recommendations to learn how to use Firebase, Firestore, Fun React stuff, and user authentication. Clever Programmer is also an amazing YouTube channel if you want to add more projects to your portfolio or just want to learn more in general I recommend them to everyone including my cousins who are currently in school learning how to program. They go step by step on how to setup Firebase and user authentication in React while also building clones of some famous apps. Can't recommend enough if you haven't already heard of them:

How to Build a Instagram Clone with REACT JS https://youtu.be/f7T48W0cwXM

Firebase Tutorial - How to Set Up and Deploy with ReactJS https://youtu.be/1wZw7RvXPRU

Build a Slack Clone in React JS (This one is also a good one if you want to know how to use Providers like "Sign in with Google" with Firebase) https://youtu.be/Oo4ziTddOxs

The videos are kind of long but I promise they are well worth your time! 😊

Cheers!

animemandir commented 2 years ago

Cool, will look into firebase and auths right away, thank you very much.