Search found 6 matches

Go to advanced search

by Mantas Kamarauskas
Mon May 13, 2019 6:18 pm
Forum: Issues
Topic: Social login with plugins to Ionic app and login to Appery db
Replies: 3
Views: 713
 
Jump to post

Social login with plugins to Ionic app and login to Appery db

I'm using token from received from the plugin. In this particular case - facebook's accessToken field.

by Mantas Kamarauskas
Mon May 13, 2019 5:03 pm
Forum: Issues
Topic: Social login with plugins to Ionic app and login to Appery db
Replies: 3
Views: 713
 
Jump to post

Social login with plugins to Ionic app and login to Appery db

Hi, I'm creating Google and Facebook logins to Ionic app. For that I'm using Cordova plugins. After user passes Google/FB login, app receives session token from social network. Is it possible to use Appery DB Social Signing service to login into Appery DB? I found description of such service ( https...
by Mantas Kamarauskas
Tue Oct 14, 2014 6:32 pm
Forum: Issues
Topic: Query with $in and pointer field
Replies: 5
Views: 657
 
Jump to post

Query with $in and pointer field

Maryna,

looks like I found correct way. Thanks anyway.

code
{"ActionPointer":{"$inQuery" :{"_id":{"$in":["53d3cae5e4b0c27c0039ec4c","53d3cd47e4b0c27c0039ec5b"]}}}}
/code

by Mantas Kamarauskas
Tue Oct 14, 2014 5:13 pm
Forum: Issues
Topic: Query with $in and pointer field
Replies: 5
Views: 657
 
Jump to post

Query with $in and pointer field

Hi Maryna, for me your suggested solution does not work. It works perfectly on other types of fields (like string), but does not work on pointer type. Isn't it that for pointer field syntax should be like {"subtask": {"collName":"todo", "_id":"5278ef66e4b...
by Mantas Kamarauskas
Sat Oct 11, 2014 11:39 am
Forum: Issues
Topic: Query with $in and pointer field
Replies: 5
Views: 657
 
Jump to post

Query with $in and pointer field

Hi, I want to build query with where clause which uses data from array. For this I plan to use $in operator. The problem that when I use $in query gives no records. Where clause bellow works perfectly: {"ActionPointer":{"collName":"Actions", "_id":"53faf8...
by Mantas Kamarauskas
Fri Aug 15, 2014 1:21 pm
Forum: Issues
Topic: Additional field in query service
Replies: 1
Views: 240
 
Jump to post

Additional field in query service

Hi, I have collection with columns A, B, C. While retrieving data with query I would like to have additional column D, which value is B+C. Also, D column I want to use for retrieved records sorting. Is that possible? I can not find appropriate example how can I add additional field to query and make...

Go to advanced search