I have signup form for new users. I want to push the new user details to firebase database.Can anyone please help me with it.
<div class="column" style="padding: 7.5%" >
<form >
<label> Full Name </label>
<input type="text" ng-maxlength="10" hint="Full Name" class="form-control">
<label> Phone Number </label>
<input type="text" hint="phone" id="phone" maxlength="10" minlength="10" class="form-control">
<label> Aadhar Number </label>
<input type="text" hint="aadhar" id="aadhar" maxlength="16" minlength="16" class="form-control">
<br><br>
<button id="signup" class="btn btn-primary" routerLink="../../home/dashboard">Signup</button>
</form>
</div>