Tag: Tips & Tricks

  • Pagination with Angular and Firestore

    Pagination with Angular and Firestore

    I have created a Cloud Function that uses the NewsAPI to read the latest news and store the news in a Firestore collection. To read the news links I created an Angular app to read the news. Firestore does not have pagination support so I had to build it myself. This post is all about how…