Skip to content

Commit

Permalink
add library 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilkumar-1398 committed Feb 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9b3c06e commit 66ec732
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -72,10 +72,10 @@ protected void onCreate(Bundle savedInstanceState) {
// ivQrCode = findViewById( R.id.iv_qr_code );
// // below line is used to get the
// // instance of our FIrebase database.
// firebaseDatabase = FirebaseDatabase.getInstance();
firebaseDatabase = FirebaseDatabase.getInstance();
//
// // below line is used to get reference for our database.
// databaseReference = firebaseDatabase.getReference( "AuthenticationInfo" );
databaseReference = firebaseDatabase.getReference( "AuthenticationInfo" );
//
// // initializing our object
// // class variable.
1 change: 1 addition & 0 deletions twofact/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.library'
id 'com.google.gms.google-services'
}

android {

0 comments on commit 66ec732

Please sign in to comment.