Skip to content

Commit

Permalink
Added Firebase section in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ViratAtAndroid committed Nov 2, 2023
1 parent 64fa6a9 commit 82ab3dd
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package com.example.jetpack_compose_all_in_one.third_party_lib.firebase.authentication

import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview

@Composable
fun PhoneNumberAuthentication() {

}

@Preview
@Composable
fun PhoneNumberAuthenticationPreview() {

}

0 comments on commit 82ab3dd

Please sign in to comment.