In the Azure App Service Mobile Client Offline Sync: Do not use the CreatedAt field if you are wanting to display the date of an entry. With offline sync, the CreatedAt field for a new record that has not been synced is null. If you set CreatedAt to DateTime.Now or another value, on sync, CreatedAt […]
Category: Azure

Local Debugging with User Authentication of an Azure Mobile App Service
Local debugging of an Azure Mobile App Service can be a real timesaver, however, using provider authentication such as Facebook or Google throws a wrench in process. In the past, I resorted to logging on the server side and viewing the streaming logs. This was cumbersome and not to mention time consuming. Thankfully, that can […]