Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skizzy-create authored Jul 21, 2023
1 parent 887df2d commit 509a998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FirebaseAnalyticsSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct ContentView: View {
VStack {
Text("Welcome to our App!")
.padding()

Button("Click Me!") {
// Logging a custom event when the button is clicked.
Analytics.logEvent("button_clicked", parameters: nil)
Expand All @@ -75,7 +74,6 @@ struct ContentView: View {
VStack {
Text("Welcome to our App!")
.padding()

Button("Click Me!") {
// Using the new custom event logging API to log the button click.
Analytics.logCustomEvent(name: "button_clicked")
Expand Down

0 comments on commit 509a998

Please sign in to comment.