Skip to content

Conversation

@LuisRodriguezLD
Copy link

New implementation, works great on iOS. Sadly can't test on Android but should work

@poul-kg
Copy link

poul-kg commented Feb 7, 2018

@Dhvl-Golakiya please review and test this on both iOS and Android and merge if everything works fine.

@LuisRodriguezLD
Copy link
Author

FYI, I was finally able to test on Android and it works great

}
}

internal class ReadByQueryEqualToValue : Promise<string>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to declare this class as extern(!mobile) We are getting an error in Mobile build with a duplicate declaration.

internal class ReadByQueryEqualToValue : Promise<string>
{
[Foreign(Language.Java)]
public ReadByQueryEqualToValue(string path)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need three parameters path, 'key and val for this function.

I do not know what I was thinking, I have two FuseFirebase repos, must have missed this.
@Dhvl-Golakiya Dhvl-Golakiya merged commit e0c0531 into LIFEAI:feature-database-lifeai Feb 22, 2018
@LuisRodriguezLD LuisRodriguezLD deleted the feature-database-lifeai branch February 22, 2018 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants