App script, Connect a Google spreadsheet with an API

In this post, we will use App script to connect a google spreadsheet with TheMovieDB API and get a list of movies known for a given actor. Today, we will discover together some of the basic app script possibilities. At the end, you will be able to extend your knowledge via the documentation provided in … Lire la suite App script, Connect a Google spreadsheet with an API

Send a push notification with Firebase & Django

In this post, we will see how to send a push notification from a Django backend to a mobile app using Nativescript with Firebase. Create a Firebase account or connect with your google account: https://firebase.google.com/ Create a firebase project For Android: Add Android app to project via firebase project page Once created, download the google-services.json … Lire la suite Send a push notification with Firebase & Django