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 27, 2024
1 parent a85afd8 commit a52c707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class MainActivity : ComponentActivity() {
Firebase.initialize(
applicationContext,
options = FirebaseOptions(
applicationId = "1:989450187258:android:a2bcb561ffc4e469693443",
apiKey = "AIzaSyCAxelH0-YztIi4We56NKxoLsDuLYkz5ng",
projectId = "fir-cmp-demo"
applicationId = "Add your firebase web appId here",
apiKey = "Add your firebase project api key here",
projectId = "Add your firebase projectId here"
)
)

Expand Down
6 changes: 3 additions & 3 deletions composeApp/src/jsMain/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ fun main() {

Firebase.initialize(
options = FirebaseOptions(
applicationId = "1:989450187258:web:753aa3d669dcca7c693443",
apiKey = "AIzaSyCAxelH0-YztIi4We56NKxoLsDuLYkz5ng",
projectId = "fir-cmp-demo"
applicationId = "Add your firebase web appId here",
apiKey = "Add your firebase project api key here",
projectId = "Add your firebase projectId here"
)
)

Expand Down

0 comments on commit a52c707

Please sign in to comment.