Signup and LoginForm with firebase Auth
Signup Form frontEnd <? xml version ="1.0" encoding ="utf-8" ?> <LinearLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" android :orientation ="vertical" tools :context =".Signup" > <ImageView android :layout_gravity ="center" android :layout_marginTop ="10dp" android :layout_marginBottom ="10dp" android :layout_width ="200dp" android :layout_height ="200dp" android :scaleType ="fitCenter" android :src ="@drawable/welcome" /> <TextView android :layout_width ="match_parent" android :layout_height =...