Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Data Events Listener should be changed#138

Merged
samtstern merged 1 commit intofirebase:masterfrom
Choxmi:master
Apr 23, 2018
Merged

Data Events Listener should be changed#138
samtstern merged 1 commit intofirebase:masterfrom
Choxmi:master

Conversation

@Choxmi
Copy link
Copy Markdown
Contributor

@Choxmi Choxmi commented Apr 22, 2018

Currently in the README.md file contains ,

geoQuery.addGeoQueryEventListener(new GeoQueryDataEventListener() {
```  (Line 293)
which needs to be changed to,
```java
geoQuery.addGeoQueryDataEventListener(new GeoQueryDataEventListener() {

Currently in the README.md file contains ,
```java
geoQuery.addGeoQueryEventListener(new GeoQueryDataEventListener() {
```  (Line 293)
which needs to be changed to,
```java
geoQuery.addGeoQueryDataEventListener(new GeoQueryDataEventListener() {
```
@googlebot
Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

1 similar comment
@googlebot
Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@Choxmi
Copy link
Copy Markdown
Contributor Author

Choxmi commented Apr 22, 2018

I signed it!

@googlebot
Copy link
Copy Markdown

CLAs look good, thanks!

@samtstern
Copy link
Copy Markdown
Contributor

@Choxmi nice catch, thank you!

@samtstern samtstern merged commit c46ff33 into firebase:master Apr 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants