This gist contains the source code in my video series about Realtime Database triggers. You can watch the three parts here:
index.ts contains the Cloud Functions code, and dialog.ts contains the script to run
| <div ng-app="wizardApp"> | |
| <div ng-controller="WizardSignupController"> | |
| <h2>Signup wizard</h2> | |
| <div ui-view></div> | |
| </div> | |
| </div> | |
| <script type="text/javascript" src="/js/vendor/angular-ui-router/release/angular-ui-router.min.js"></script> | |
| <script type="text/javascript"> | |
| angular.module('wizardApp', [ | |
| 'ui.router', |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This gist contains the source code in my video series about Realtime Database triggers. You can watch the three parts here:
index.ts contains the Cloud Functions code, and dialog.ts contains the script to run