Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
NafeesSadat authored Oct 31, 2024
1 parent 5ba0e9a commit 61df1e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void onCreate(Bundle savedInstanceState) {
storageReference = FirebaseStorage.getInstance().getReference("donation_images");

// Initialize Places API with the application's context
Places.initialize(getApplicationContext(), "AIzaSyDRB6n2ZMOZApWSGUnUr91QTvdXbIIFn1I"); // Replace with actual API key
Places.initialize(getApplicationContext(), "AIzaSyDRB6n2ZMOZApWSGUnUr91QTvdXbIIFn1I");
placesClient = Places.createClient(this);

// Register activity result launcher for image selection
Expand Down

0 comments on commit 61df1e7

Please sign in to comment.