nl-bubble Cloud Natural Language API + Google App Engine + Firebase Demo WebApp. Prerequisites Create Google Cloud Platform account Create Firebase account Enable Cloud Natural Language API Installation Install required libraries mkdir lib pip install -t lib -r requirements.txt Make Dataset & Table in BigQuery bq mk bubbles bq mk bubbles.devfest2017 message:STRING,team:STRING,score:FLOAT,magnitude:FLOAT Deploy Application gcloud app deploy .