An app that gives realtime updates on stocks. View tutorial.
Clone the repository. The repository contains a server
folder for the server and an android-app
folder for the Android application.
Replace the google-services.json
file in the android-app/app/
directory with the one from your
Firebase dashboard. Replace the key holders in the app with the keys from your Pusher Beams and Channels dashboard respectively.
Open the server folder install the node dependencies by running:
npm install
and run this this command to get your server running:
node index.js
You need the following installed: