@omnipresent/omnipresent-web-lib

### Installation Install font awesome `npm install @fortawesome/fontawesome-free`

Usage no npm install needed!

<script type="module">
  import omnipresentOmnipresentWebLib from 'https://cdn.skypack.dev/@omnipresent/omnipresent-web-lib';
</script>

README

Font awesome

Installation

Install font awesome npm install @fortawesome/fontawesome-free

Import fontawesome into styles.scss @import "~@fortawesome/fontawesome-free/css/all.css";

Usage

Add the icon tag to html

<i class="fab fa-twitter"></i>

example if I want a button with the google Icon

<button style = "background-color: #60b5f0;"> <i style="margin-right: 5px;" class="fab fa-twitter"></i> <span>Login with Google</span> </button>

 icon image

Firebase

Auth tutorial https://angular-templates.io/tutorials/about/firebase-authentication-with-angular