<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services --> <!-- Firebase App (the core Firebase SDK) is always required and must be listed first --> <scriptsrc="https://www.gstatic.com/firebasejs/8.2.5/firebase-app.js"></script>
<!-- If you enabled Analytics in your project, add the Firebase SDK for Analytics --> <scriptsrc="https://www.gstatic.com/firebasejs/8.2.5/firebase-analytics.js"></script>
<!-- Add Firebase products that you want to use --> <scriptsrc="https://www.gstatic.com/firebasejs/8.2.5/firebase-auth.js"></script> <scriptsrc="https://www.gstatic.com/firebasejs/8.2.5/firebase-firestore.js"></script>
// The warn palette is optional (defaults to red). $candy-app-warn: mat-palette($mat-red);
// Create the theme object. A theme consists of configurations for individual // theming systems such as `color` or `typography`. $candy-app-theme: mat-light-theme(( color: ( primary: $candy-app-primary, accent: $candy-app-accent, warn: $candy-app-warn, ) ));
// Include theme styles for core and each component used in your app. // Alternatively, you can import and @include the theme mixins for each component // that you are using. @include angular-material-theme($candy-app-theme);