Skip to content

Commit

Permalink
Remove firebase keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sunildhiman90 committed Apr 28, 2024
1 parent a52c707 commit 72c6b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MainActivity : ComponentActivity() {
Firebase.initialize(
applicationContext,
options = FirebaseOptions(
applicationId = "Add your firebase web appId here",
applicationId = "Add your firebase android appId here",
apiKey = "Add your firebase project api key here",
projectId = "Add your firebase projectId here"
)
Expand Down

0 comments on commit 72c6b51

Please sign in to comment.