Is there a way to wait on a promise so that you can get the actual result from it and return that instead of returning the promise itself? I\'m thinking of something simila
Use a .get() callback function to ensure you get a resolved resource.
Helpful links: