#Want to clarify things first.

9 messages · Page 1 of 1 (latest)

honest bane
#

I have this function and I will use the set jwt token. Now the client side will pass a jwt token for that cloud function I want answers for all this questions:

  1. In server side if I account.get. I can get the user info even I am in the server side right?
  2. I am going to create documents and set a permissions to the specific user, not himself/herself. Because in client side when I try to set a permission to referred to another user it gives me an error, so In server side can I able to do this ?
glad comet
honest bane
#

I will use jwt token insteaf using the api key.

#

I am getting error when I am creating permission specific user excluding self id, for example User B will have permission to write this document. IN that case it will throw an error

#

But nvm

steel kestrel
steel kestrel
honest bane