I have tried many times and emailed customer support as well as reading and re-reading the API
The api states to use this line of code to get the current user
var currentUser: BackendlessUser { get }
However this code does not work. There is an error in the closing of the last bracket }
What is this { get } part of the code supposed to do?
The API says this should return nil if there is no current user logged in, however I CANNOT get this functionality to work for the life of me.
I am trying to use this on my view did load to supply the user with a view if they are not logged in or else hide that view from them.