VueFire + Pinia for caching #1338
-
| I'm looking to use VueFire with Pinia and pinia-plugin-persistedstate to reduce the number of reads. Wish VueFire had caching feature built-in but I wonder if anyone is already doing something similar and could share best practices or a simpler more elegant way to achieve this without or without Pinia? Could useMemoize be used somehow? Thanks for your help. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            posva
          
      
      
        Jul 27, 2023 
      
    
    Replies: 1 comment 2 replies
-
| Firebase itself has a caching feature built-in. I don't think you need or even should add any other layer of cache 😅 | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        posva
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Firebase itself has a caching feature built-in. I don't think you need or even should add any other layer of cache 😅