BM
Size: a a a
BM
АО
t
YR
YR
Bundle bundle = new Bundle();
bundle.putString("arg1", "value1");
bundle.putInt("arg2", 2);
navController.navigate(R.id.fragment2, bundle);
t
t
t
PS
PS
PS
PS
PS
YR
YR
com.google.firebase:firebase-auth-ktx:19.3.2
можно писать val auth = Firebase.auth
com.google.firebase:firebase-auth:19.3.2
нужно писать только val auth = FirebaseAuth.getInstance();
Д
Д