This application can query The Movie Database(TMDB) to find TV shows. Information about the series, including where it is currently streaming, is displayed. A series can be saved so the user can quickly access the details later. Note: This product uses the TMDB API but is not endorsed or certified by TMDB.
Apply for a key through The Movie Database at: https://developers.themoviedb.org/
In a new Swift file, set the variable APIKey to the key you received. For example: let APIKey = "yourAPIKey"
At https://firebase.google.com/, create a new project. Follow on-screen instructions to connect Firebase to this project. In the Firebase console, create a Cloud Firestore database for the project.
- Google Firestore (FirebaseFirestore and FirebaseFirestoreSwift-Beta)