TooManyJohns / RNP

React Native Pokedex Port Application ~issues are currently being used as a personal dev journal, not meant to be closed~
https://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_Johto_Pok%C3%A9dex_number
0 stars 0 forks source link

Populate Pokemon grid with data retrieved online rather then locally #2

Open TooManyJohns opened 4 years ago

TooManyJohns commented 4 years ago

After I'm done testing formatting / (don't need to populate an entire Pokedex to run a test needed for 1 grid index object)

Undecided on where I'll retrieve this data from, could use my own cloud database, or possibly from PokeAPI: https://pokeapi.co/ (refer to work done using zendesk's api to perform, future john!)

TooManyJohns commented 4 years ago

To gain some knowledge on using a cloud database to retrieve this information, I used Google Cloud Firestore, more info on this issue: https://github.com/TooManyJohns/RNP/issues/10